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.
Dependencies: MPU6050 Grove_temperature
Diff: ControlImpl.cpp
- Revision:
- 14:5ab232a10f33
- Parent:
- 7:8db3e62ac4e2
- Child:
- 15:11e13881c385
diff -r 2dda4a91be01 -r 5ab232a10f33 ControlImpl.cpp --- a/ControlImpl.cpp Sat Jul 13 11:17:50 2019 -0300 +++ b/ControlImpl.cpp Sat Jul 13 15:21:57 2019 +0000 @@ -4,7 +4,7 @@ #include "ControlImpl.h" #include "Temperature.h" #include "Gyroscope.h" -#include "LoRAWanComm.h" +#include "LoRaWanComm.h" I2C i2c(I2C_SDA, I2C_SCL);