Main Program

Dependencies:   mbed AQM1602 HMC6352 PID

Committer:
lilac0112_1
Date:
Thu Jan 07 09:50:30 2016 +0000
Revision:
14:6f214ea5722e
Parent:
13:f8f5bd2f0525
Child:
16:6900f47fa0b5
rotaryswitch

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lilac0112_1 0:d8798c19e371 1 #include "mbed.h"
lilac0112_1 14:6f214ea5722e 2 #include <sstream>
lilac0112_1 9:4db25ce6c097 3 #include "extern.h"
lilac0112_1 9:4db25ce6c097 4 #include "main.h"
lilac0112_1 7:b6118be88bc2 5
lilac0112_1 0:d8798c19e371 6 int main(void) {
lilac0112_1 8:659f697059d3 7 SetUp();
lilac0112_1 8:659f697059d3 8 while(1){
lilac0112_1 8:659f697059d3 9 CommandLoop();
lilac0112_1 8:659f697059d3 10 }
lilac0112_1 0:d8798c19e371 11 }