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 APDS_9960 mbed-rtos
Diff: include/cLed.h
- Revision:
- 3:493dd1cf30a4
- Parent:
- 1:ab5f440f4156
- Child:
- 4:b7a46af55574
--- a/include/cLed.h Wed Mar 30 09:08:37 2016 +0000 +++ b/include/cLed.h Wed Mar 30 10:22:07 2016 +0000 @@ -2,6 +2,7 @@ #define LED_H #include "Couleurs.h" +#include "mbed.h" // Classe Led // Gestion d'une Led de la matrice de led @@ -26,8 +27,8 @@ void setPositionX(unsigned char x); void setPositionY(unsigned char y); - void allumerLed(unsigned char c); - void eteindreLed(); + void allumer(unsigned char c); + void eteindre(); // METHODES