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:
- 51:1eb60f0d2f03
- Parent:
- 49:80d4ffabec16
- Child:
- 53:389fe53b2642
--- a/analog.h Tue Apr 03 17:14:03 2018 +0000 +++ b/analog.h Tue Apr 03 20:51:20 2018 +0000 @@ -18,7 +18,7 @@ #include "io_pins.h" #define MUX_CHANS 16 -#define PTTHRESH 2.5 +#define PTTHRESH 0.7 void ana_init(); void ana_scan_mux(float * an_array, int no_of_channels);