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/Couleurs.h
- Revision:
- 21:f0cf4173ecdb
- Parent:
- 5:d6b0bf27bac6
- Child:
- 36:f58a566595ad
--- a/include/Couleurs.h Wed Apr 13 15:39:11 2016 +0000 +++ b/include/Couleurs.h Thu Apr 14 12:50:25 2016 +0000 @@ -1,7 +1,7 @@ -#ifndef CCOULEURLEDS_H -#define CCOULEURLEDS_H +#ifndef COULEURS_H +#define COULEURS_H -// Enum contenant les couleurs des Leds/Formes +//Définition des couleurs des Leds/Formes #define LED_NOIR 0x00 #define LED_ROUGE 0xE0 @@ -13,4 +13,4 @@ #define LED_MAGENTA 0xE3 #define LED_BLANC 0xFF -#endif +#endif //COULEURS_H