Cubebite Publish

Dependencies:   mbed

Fork of HelloWorld_IDS01A4 by ST

Files at this revision

API Documentation at this revision

Comitter:
rosarium
Date:
Mon Jun 19 08:38:19 2017 +0000
Parent:
1:cf2e2f85bf8d
Child:
3:29bbb772ee62
Commit message:
main.cpp updated

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);