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
- Committer:
- mfwic
- Date:
- 2018-11-24
- Revision:
- 0:44a3005d4f20
- Child:
- 4:db38665c3727
File content as of revision 0:44a3005d4f20:
#ifndef PARAMETERS_H #define PARAMETERS_H extern char running; extern float frequency; #define MAX_BOARDS 12 #endif