Main Program

Dependencies:   mbed AQM1602 HMC6352 PID

Committer:
lilac0112_1
Date:
Wed Sep 16 06:41:39 2015 +0000
Revision:
9:4db25ce6c097
Parent:
8:659f697059d3
Child:
13:f8f5bd2f0525
somehow

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 0:d8798c19e371 3 #include "txrx.h"
lilac0112_1 7:b6118be88bc2 4 #include "loop.h"
lilac0112_1 9:4db25ce6c097 5 #include "main.h"
lilac0112_1 7:b6118be88bc2 6
lilac0112_1 0:d8798c19e371 7 int main(void) {
lilac0112_1 8:659f697059d3 8 SetUp();
lilac0112_1 8:659f697059d3 9 while(1){
lilac0112_1 8:659f697059d3 10 CommandLoop();
lilac0112_1 8:659f697059d3 11 }
lilac0112_1 0:d8798c19e371 12 }