automotive simulation thingy
Dependencies: N5110 ShiftReg Tone mbed
Fork of 1620_Project_Template by
ModeB/ModeB.cpp
- Committer:
- eencae
- Date:
- 2017-03-08
- Revision:
- 0:d5312060f649
- Child:
- 2:e7e39d27b11f
File content as of revision 0:d5312060f649:
#include "ModeB.h" void mode_B() { lcd.clear(); lcd.printString("Mode B",0,0); lcd.refresh(); wait_ms(250); while (button_b.read() == 0) { // code goes in here - this acts like the main while(1) loop } }