Treehouse Mbed Team / Mbed 2 deprecated APS_DCM1SL2

Dependencies:   mbed

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?

UserRevisionLine numberNew 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