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.
Dependents: NBoard_IHM_V2 ex20_fonction ex21_PWM1 ex26 ... more
Fork of IHM_V2 by
Revision 6:ad91067e3f6d, committed 2018-05-22
- Comitter:
 - slowness
 - Date:
 - Tue May 22 15:06:28 2018 +0000
 - Parent:
 - 5:255e1428f05f
 - Commit message:
 - retire le mode debug de l'interruption
 
Changed in this revision
| IHM.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- a/IHM.cpp	Tue May 22 15:02:42 2018 +0000
+++ b/IHM.cpp	Tue May 22 15:06:28 2018 +0000
@@ -54,8 +54,7 @@
         // myled[0] = !myled[0];
         // ledC= !ledC;
     }
-    can.write(CANMessage(2));
-}
+ }
 void IHM::CAN_automate_reception(void)
 {
     static signed char FIFO_lecture=0,FIFO_occupation=0,FIFO_max_occupation=0;
    