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@4:db38665c3727, 2018-11-29 (annotated)
- Committer:
- mfwic
- Date:
- Thu Nov 29 00:07:25 2018 +0000
- Revision:
- 4:db38665c3727
- Parent:
- 0:44a3005d4f20
- Child:
- 11:01dcfb29fbc4
Added lut.h and lut.c, still work in progress but it compiles.
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 | 4:db38665c3727 | 4 | extern bool running; |
mfwic | 0:44a3005d4f20 | 5 | extern float frequency; |
mfwic | 0:44a3005d4f20 | 6 | |
mfwic | 0:44a3005d4f20 | 7 | #define MAX_BOARDS 12 |
mfwic | 0:44a3005d4f20 | 8 | |
mfwic | 0:44a3005d4f20 | 9 | #endif |