avec dfu
Fork of Utils by
Diff: Utils.h
- Revision:
- 19:2b5bac7f435e
- Parent:
- 18:522e18b47823
diff -r 522e18b47823 -r 2b5bac7f435e Utils.h --- a/Utils.h Thu May 17 07:45:30 2018 +0000 +++ b/Utils.h Thu May 24 23:16:22 2018 +0000 @@ -33,7 +33,7 @@ #define DEBUG(...) #endif -#define DEEP_DEBUG_MODE 0 +#define DEEP_DEBUG_MODE 1 #if DEEP_DEBUG_MODE #define DEEP_DEBUG(...) { printf(__VA_ARGS__); fflush(stdout);} @@ -270,6 +270,13 @@ */ static void clean_EEPROM(int address = EEPROM_ADDRESS); + /**Fonction pour mise à jour firmware par USB. + * @param + * @returns + * + */ + static void DFU(); + private: //Rien... };