Lab 6 code.

Dependencies:   mbed

Fork of WaG by GroupA

wag.h

Committer:
spm71
Date:
2018-04-05
Revision:
53:389fe53b2642
Parent:
51:1eb60f0d2f03

File content as of revision 53:389fe53b2642:

/******************************************************************************
* EECS 397
*
* Assignment Name: Lab 6: WaG
* 
* Authors: Sam Morrison and Phong Nguyen 
* File name: utility.h
* Purpose: Header for WaG functions
*
* Created: 04/03/2018
* Last Modified: 04/03/2018
*
******************************************************************************/

//Station Constants
#define STATION_A 0
#define STATION_B 1

//Calibration status constants
#define CALIBRATED 1
#define NOT_CALIBRATED 0