CatPot 2015-2016 / Mbed 2 deprecated CatPot_Main_T_2v00

Dependencies:   mbed AQM1602 HMC6352 PID

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "mbed.h"
00002 #include "extern.h"
00003 #include "main.h"
00004 
00005 int main(void) {
00006     SetUp();
00007     while(1){
00008         CommandLoop();
00009     }
00010 }