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.
Fork of HelloWorld_IDS01A4 by
Diff: main.cpp
- Revision:
- 2:a0677b17a570
- Parent:
- 1:cf2e2f85bf8d
- Child:
- 3:29bbb772ee62
diff -r cf2e2f85bf8d -r a0677b17a570 main.cpp
--- a/main.cpp Mon Jun 19 08:23:08 2017 +0000
+++ b/main.cpp Mon Jun 19 08:38:19 2017 +0000
@@ -92,8 +92,8 @@
*/
int main()
{
- DigitalOut TestLED = D5; //RPi //LED of IDS01A4/5
- TestLED = 0; //RPi //LED off
+ DigitalOut TestLED = D5; //RPi : LED of IDS01A4/5
+ TestLED = 0; //RPi : LED off
myspirit.attach_irq_callback(callback_func);
