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
Fork of Lab_6_WaG by
Diff: analog.h
- Revision:
- 49:80d4ffabec16
- Parent:
- 40:4e82369f337c
- Child:
- 51:1eb60f0d2f03
--- a/analog.h Fri Mar 30 20:28:41 2018 +0000 +++ b/analog.h Tue Apr 03 16:31:18 2018 +0000 @@ -18,6 +18,7 @@ #include "io_pins.h" #define MUX_CHANS 16 +#define PTTHRESH 2.5 void ana_init(); void ana_scan_mux(float * an_array, int no_of_channels);