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: mbed HeptaBattery
Diff: main.cpp
- Revision:
- 17:251c49305819
- Parent:
- 16:2ddb40e12082
--- a/main.cpp Mon Aug 19 05:41:02 2019 +0000 +++ b/main.cpp Mon Aug 19 06:45:58 2019 +0000 @@ -2,7 +2,7 @@ #include "HeptaBattery.h" I2C i2c(p28, p27); Serial pc(USBTX, USBRX); -HeptaBattery battery(p19,p26); +HeptaBattery battery(p16,p26); const int addr_accel_gyro = 0xD0; char cmd[2]; const int addr_compus = 0x18;