Matthew Pedler / Mbed 2 deprecated Nav_Box_LPC1768

Dependencies:   mbed

Committer:
Ximidar
Date:
Fri Aug 21 01:55:11 2015 +0000
Revision:
1:0a55ccb22a4e
Program is ready for first tests with I2C. We just have to wait for the logic shifter to come in to start testing. We should add a logging system to the program.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Ximidar 1:0a55ccb22a4e 1 // use to make main.cpp cleaner
Ximidar 1:0a55ccb22a4e 2
Ximidar 1:0a55ccb22a4e 3 class main_support{
Ximidar 1:0a55ccb22a4e 4 public:
Ximidar 1:0a55ccb22a4e 5 //create custom function headers
Ximidar 1:0a55ccb22a4e 6 void loop();
Ximidar 1:0a55ccb22a4e 7 void blink();
Ximidar 1:0a55ccb22a4e 8 };