GroupA / Mbed 2 deprecated WaG_final

Dependencies:   mbed

Fork of Lab_6_WaG by GroupA

Committer:
spm71
Date:
Tue Mar 20 15:58:58 2018 +0000
Revision:
24:0691bfc946e9
Child:
34:378a49e5b15f
Added analog files

Who changed what in which revision?

UserRevisionLine numberNew contents of line
spm71 24:0691bfc946e9 1 /******************************************************************************
spm71 24:0691bfc946e9 2 * EECS 397
spm71 24:0691bfc946e9 3 *
spm71 24:0691bfc946e9 4 * Assignment Name: Lab 6: WaG
spm71 24:0691bfc946e9 5 *
spm71 24:0691bfc946e9 6 * Authors: Sam Morrison and Phong Nguyen
spm71 24:0691bfc946e9 7 * File name: analog.h
spm71 24:0691bfc946e9 8 * Purpose: Header for analog functions
spm71 24:0691bfc946e9 9 *
spm71 24:0691bfc946e9 10 * Created: 03/20/2018
spm71 24:0691bfc946e9 11 * Last Modified: 03/20/2018
spm71 24:0691bfc946e9 12 *
spm71 24:0691bfc946e9 13 ******************************************************************************/
spm71 24:0691bfc946e9 14
spm71 24:0691bfc946e9 15 #include "mbed.h"
spm71 24:0691bfc946e9 16 #include "io_pins.h"
spm71 24:0691bfc946e9 17
spm71 24:0691bfc946e9 18 void ana_init();
spm71 24:0691bfc946e9 19 void ana_scan_mux(float * an_array, int no_of_channels);