Reverse Parking Sensor
Dependencies: N5110 PowerControl SRF02 beep mbed
Revision 1:473744047b0f, committed 2015-05-11
- Comitter:
- 200809780
- Date:
- Mon May 11 18:10:40 2015 +0000
- Parent:
- 0:f1120add03a8
- Commit message:
- final
Changed in this revision
main.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r f1120add03a8 -r 473744047b0f main.h --- a/main.h Mon May 11 15:16:28 2015 +0000 +++ b/main.h Mon May 11 18:10:40 2015 +0000 @@ -126,6 +126,30 @@ */ void timerExpired_red(); +/** Button1 Pressed + * + * This function sets the flag of button 1 to high + */ +void button1_Pressed(); + +/** Button2 Pressed + * + * This function sets the flag of button 2 to high + */ +void button2_Pressed(); + +/** Button3 Pressed + * + * This function sets the flag of button 3 to high + */ +void button3_Pressed(); + +/** Button4 Pressed + * + * This function sets the flag of button 4 to high + */ +void button4_Pressed(); + /** Timer Expired yellow led * * This function sets the flag of the yellow led to high