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/cMatrice.h
- Revision:
- 38:418278e5eb6b
- Parent:
- 36:f58a566595ad
diff -r a08a58f5e9aa -r 418278e5eb6b include/cMatrice.h --- a/include/cMatrice.h Sun Apr 24 20:15:03 2016 +0000 +++ b/include/cMatrice.h Sun Apr 24 21:35:57 2016 +0000 @@ -2,7 +2,6 @@ #define CMATRICE_H #include "cForme.h" -#include <vector> #include "mbed.h" // Définition de la classe cMatrice @@ -14,7 +13,6 @@ unsigned char ** _matrice; unsigned char _col; unsigned char _lig; - //////////////////////////////////////////// unsigned char matriceMessage[8][67]; unsigned char decalage; @@ -41,7 +39,6 @@ void afficherForme(cForme * f, unsigned char c); void clear(); unsigned char verificationMvt(unsigned char c); - ///////////////////////////////////////////////////////// void messageAccueil(); void decalerMatrice(); };