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: mbed-rtos mbed CRC16
Fork of S5info_APP2 by
Revision 6:193013e37136, committed 2017-01-31
- Comitter:
- ericbisson
- Date:
- Tue Jan 31 19:29:50 2017 +0000
- Parent:
- 5:e878d87782ce
- Child:
- 7:5501dbea5650
- Commit message:
- ISR_RTC
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Jan 31 19:28:54 2017 +0000
+++ b/main.cpp Tue Jan 31 19:29:50 2017 +0000
@@ -38,7 +38,7 @@
unsigned short u16Last_p20 = 0;
unsigned char currentTimer = 0;
-void signal_digital()
+void ISR_RTC()
{
currentTimer++;
@@ -213,7 +213,7 @@
Ticker tick;
- tick.attach(&signal_digital, 0.05); // tick aux 50ms
+ tick.attach(&ISR_RTC, 0.05); // tick aux 50ms
while(true) {
}
