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:
- 34:378a49e5b15f
- Parent:
- 24:0691bfc946e9
- Child:
- 38:57af77435ae1
--- a/analog.h Thu Mar 22 16:07:29 2018 +0000 +++ b/analog.h Thu Mar 22 16:11:56 2018 +0000 @@ -15,5 +15,7 @@ #include "mbed.h" #include "io_pins.h" +#define MUX_CHANS 16 + void ana_init(); void ana_scan_mux(float * an_array, int no_of_channels); \ No newline at end of file