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 Timer by
Diff: Functions/defines.h
- Revision:
- 78:c28bdbf29b6e
- Parent:
- 77:f19cc7f81f2a
--- a/Functions/defines.h Thu May 05 08:46:08 2016 +0000 +++ b/Functions/defines.h Thu May 05 13:17:00 2016 +0000 @@ -48,6 +48,8 @@ extern DigitalIn EnR; extern DigitalIn EnZ; extern DigitalIn EnL; +extern float seuils[3]; +extern int SGauche, SDevant, SDroite; extern int SIMON_i, SIMON_state, SCouleur, SStart, SSchema;
