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:
- 11:c37922a0a915
- Parent:
- 10:9ef3f520ff6c
- Child:
- 14:6b6aa696680f
--- a/include/cMatrice.h Thu Apr 07 15:24:07 2016 +0000 +++ b/include/cMatrice.h Sun Apr 10 17:46:03 2016 +0000 @@ -36,13 +36,15 @@ unsigned char getValTab(unsigned char, unsigned char); unsigned char getCol(); unsigned char getLig(); + cForme* get_pForme(); // SETTER void setCol(unsigned char); void setLig(unsigned char); // METHODES - int updateMatrice(); + void updateMatrice(); void afficherForme(cForme * f, unsigned char c); void clear(); + unsigned char verificationMvt(unsigned char c); };