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:
- 24:0691bfc946e9
- Child:
- 34:378a49e5b15f
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/analog.h Tue Mar 20 15:58:58 2018 +0000 @@ -0,0 +1,19 @@ +/****************************************************************************** +* EECS 397 +* +* Assignment Name: Lab 6: WaG +* +* Authors: Sam Morrison and Phong Nguyen +* File name: analog.h +* Purpose: Header for analog functions +* +* Created: 03/20/2018 +* Last Modified: 03/20/2018 +* +******************************************************************************/ + +#include "mbed.h" +#include "io_pins.h" + +void ana_init(); +void ana_scan_mux(float * an_array, int no_of_channels); \ No newline at end of file