Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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