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
Diff: inc/parameters.h
- Revision:
- 11:01dcfb29fbc4
- Parent:
- 4:db38665c3727
- Child:
- 12:fd1fd1857628
diff -r 6c3233b03658 -r 01dcfb29fbc4 inc/parameters.h --- a/inc/parameters.h Fri Dec 07 17:39:01 2018 +0000 +++ b/inc/parameters.h Fri Dec 07 20:42:41 2018 +0000 @@ -1,9 +1,10 @@ #ifndef PARAMETERS_H #define PARAMETERS_H -extern bool running; -extern float frequency; +#define ADC_MAX_VALUE 65536 #define MAX_BOARDS 12 +extern bool running; + #endif