Main Program

Dependencies:   mbed AQM1602 HMC6352 PID

Committer:
lilac0112_1
Date:
Wed Sep 16 06:38:20 2015 +0000
Revision:
8:659f697059d3
Parent:
7:b6118be88bc2
Child:
9:4db25ce6c097
somehow

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lilac0112_1 0:d8798c19e371 1 #include "mbed.h"
lilac0112_1 1:f2633c150301 2 #include "AQM1602.h"
lilac0112_1 0:d8798c19e371 3 #include "main.h"
lilac0112_1 0:d8798c19e371 4 #include "txrx.h"
lilac0112_1 7:b6118be88bc2 5 #include "loop.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 }