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:
- 78:84ce90a76594
- Parent:
- 72:aec869655869
--- a/analog.h Thu Apr 26 16:12:09 2018 +0000 +++ b/analog.h Fri Apr 27 20:14:21 2018 +0000 @@ -18,7 +18,7 @@ #include "io_pins.h" #define MUX_CHANS 16 -#define PTTHRESH 1.3 /// previously 2.0 +#define PTTHRESH 0.7 /// previously 2.0 void ana_init(); void ana_scan_mux(float * an_array, int no_of_channels);