GroupA / Mbed 2 deprecated WaG_final

Dependencies:   mbed

Fork of Lab_6_WaG by GroupA

analog.h

Committer:
spm71
Date:
2018-03-22
Revision:
34:378a49e5b15f
Parent:
24:0691bfc946e9
Child:
38:57af77435ae1

File content as of revision 34:378a49e5b15f:

/******************************************************************************
* 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"

#define MUX_CHANS 16

void ana_init();
void ana_scan_mux(float * an_array, int no_of_channels);