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 WaG by
Diff: analog.h
- Revision:
- 38:57af77435ae1
- Parent:
- 34:378a49e5b15f
- Child:
- 40:4e82369f337c
--- a/analog.h Thu Mar 22 16:41:52 2018 +0000 +++ b/analog.h Fri Mar 23 19:32:39 2018 +0000 @@ -11,6 +11,8 @@ * Last Modified: 03/20/2018 * ******************************************************************************/ +#ifndef ANALOG_H +#define ANALOG_H #include "mbed.h" #include "io_pins.h" @@ -18,4 +20,6 @@ #define MUX_CHANS 16 void ana_init(); -void ana_scan_mux(float * an_array, int no_of_channels); \ No newline at end of file +void ana_scan_mux(float * an_array, int no_of_channels); + +#endif \ No newline at end of file
