Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LG2 by
Diff: InputOutput.c
- Revision:
- 1:f2adcae3d304
- Parent:
- 0:8ad47e2b6f00
- Child:
- 2:2d0b80ed9216
diff -r 8ad47e2b6f00 -r f2adcae3d304 InputOutput.c --- a/InputOutput.c Sat Jan 30 13:00:39 2016 +0000 +++ b/InputOutput.c Sat Jan 30 13:53:19 2016 +0000 @@ -1,10 +1,8 @@ -#include "InputOutput.h" -#include "CyclesSync.h" -#include "LPC17xx.h" -//-------------------temp------- -#include "el_lin.h" -INPUT Input; -OUTPUT Output; + +#include "Global.h" + +//INPUT Input; +//OUTPUT Output; volatile uint32_t I2CMasterState = I2C_IDLE; volatile uint32_t I2CMasterBuffer[I2C_WRITELENGTH];
