Main Program

Dependencies:   mbed AQM1602 HMC6352 PID

Committer:
lilac0112_1
Date:
Mon Jan 18 02:14:23 2016 +0000
Revision:
17:61edad76efd7
Parent:
16:6900f47fa0b5
Child:
18:97eba56f82e4
succeed in switching; ensured start/stop system.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lilac0112_1 0:d8798c19e371 1 #include "mbed.h"
lilac0112_1 9:4db25ce6c097 2 #include "extern.h"
lilac0112_1 9:4db25ce6c097 3 #include "main.h"
lilac0112_1 7:b6118be88bc2 4
lilac0112_1 0:d8798c19e371 5 int main(void) {
lilac0112_1 8:659f697059d3 6 SetUp();
lilac0112_1 17:61edad76efd7 7
lilac0112_1 8:659f697059d3 8 while(1){
lilac0112_1 17:61edad76efd7 9 //pc.printf("Hello World!\r\n");
lilac0112_1 8:659f697059d3 10 CommandLoop();
lilac0112_1 8:659f697059d3 11 }
lilac0112_1 0:d8798c19e371 12 }