SLOW (Group 8) Ayush Johari Varun Bansal Randall Hintz Chanon Sujjapong
Main Flowchart Start Initialization routines Clear panel Retrieve display config from flash Is it in message mode? Is it in time mode? Retrieve timeGet temperature from sensor Decode and display Continue next page Is flash empty? 12 Yes No Yes No Yes 3
Main Flowchart (cont.) Retrieve display config from web server Is it in message mode? Is display config different from flash Save new info onto flash From previous page Scroll text 12 Yes No Yes No 3 Did user set new time on the web server? Yes No Update time in timer module
Code Module Hierarchical Diagram Check_Flash() MAIN Message_mode()Init() Timer_init() Temp_init() Web_init() RTI_init() Reset_panel() Time_mode()Temp_mode() Web_server() Write_Flash() Update_time() Decode() Display()Table_lookup() Scroll_text()