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
inc/parameters.h@11:01dcfb29fbc4, 2018-12-07 (annotated)
- Committer:
- mfwic
- Date:
- Fri Dec 07 20:42:41 2018 +0000
- Revision:
- 11:01dcfb29fbc4
- Parent:
- 4:db38665c3727
- Child:
- 12:fd1fd1857628
Cleaned up code, reduced global variables, deleted commented out lines and stale sections.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mfwic | 0:44a3005d4f20 | 1 | #ifndef PARAMETERS_H |
mfwic | 0:44a3005d4f20 | 2 | #define PARAMETERS_H |
mfwic | 0:44a3005d4f20 | 3 | |
mfwic | 11:01dcfb29fbc4 | 4 | #define ADC_MAX_VALUE 65536 |
mfwic | 0:44a3005d4f20 | 5 | |
mfwic | 0:44a3005d4f20 | 6 | #define MAX_BOARDS 12 |
mfwic | 0:44a3005d4f20 | 7 | |
mfwic | 11:01dcfb29fbc4 | 8 | extern bool running; |
mfwic | 11:01dcfb29fbc4 | 9 | |
mfwic | 0:44a3005d4f20 | 10 | #endif |