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.
Fork of DigitCode by
Diff: fonction.h
- Revision:
- 1:0f2ba28c2e70
- Parent:
- 0:163dfb02ed36
--- a/fonction.h Tue Apr 14 08:34:05 2015 +0000 +++ b/fonction.h Tue Apr 14 08:42:37 2015 +0000 @@ -3,6 +3,7 @@ #define NB2 2 #define NB3 3 #define FINAL 4 +#define ERREUR 5 int bitToInt(int );
