Lab 6 code.

Dependencies:   mbed

Fork of WaG by GroupA

Committer:
phn10
Date:
Thu Mar 29 20:00:27 2018 +0000
Revision:
44:4c2ba5bbba67
Child:
51:1eb60f0d2f03
create wag.h, declaring variables, and start working on stp_calibrate() function

Who changed what in which revision?

UserRevisionLine numberNew contents of line
phn10 44:4c2ba5bbba67 1 //Station Constants
phn10 44:4c2ba5bbba67 2 #define STATION_A 1
phn10 44:4c2ba5bbba67 3 #define STATION_B 0
phn10 44:4c2ba5bbba67 4
phn10 44:4c2ba5bbba67 5 //Calibration status constants
phn10 44:4c2ba5bbba67 6 #define CALIBRATED 1
phn10 44:4c2ba5bbba67 7 #define NOT_CALIBRATED 0