1 / 17

Bicycle Information Tracking System: Code Review

Bicycle Information Tracking System: Code Review. Alex Wanamaker. BITS: Code Review. System overview: Calculates distance and speed through a Hall Effect Device Information calculated can be stored on micro-SD card Switches communicate with GPIO to activate rear turn signals. BITS: Main.c.

tyne
Télécharger la présentation

Bicycle Information Tracking System: Code Review

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Bicycle Information Tracking System:Code Review Alex Wanamaker

  2. BITS: Code Review • System overview: • Calculates distance and speed through a Hall Effect Device • Information calculated can be stored on micro-SD card • Switches communicate with GPIO to activate rear turn signals

  3. BITS: Main.c

  4. BITS: Main.c (con’t)

  5. BITS: Main.c (con’t)

  6. BITS: app_boot.c

  7. BITS: app_boot.c (con’t)

  8. BITS: key_draw() from app_screen_obj.c

  9. BITS: key_draw() from app_screen_obj.c (con’t)

  10. BITS: key#_do() from app_screen_obj.c

  11. BITS:GetIO() from app_screen_obj.c

  12. BITS:UIDisp() from app_screen_obj.c

  13. BITS: End Display Result

  14. BITS: keysave_do() from app_screen_obj.c

  15. BITS: keyunits_do() from app_screen_obj.c

  16. BITS: pic_num.h and pic_key.h all.bmp 1728 lines of array values!

  17. BITS: pic_num.h and pic_key.h (con’t) num_final.bmp 1385 lines of array values!

More Related