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
Fork of Lab7-01_template by
Revision 17:06b6a04071d2, committed 2019-08-19
- Comitter:
- HEPTA
- Date:
- Mon Aug 19 06:44:40 2019 +0000
- Parent:
- 16:4268afb603d3
- Commit message:
Changed in this revision
HeptaBattery.lib | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/HeptaBattery.lib Mon Aug 19 06:44:40 2019 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/users/HEPTA/code/HeptaBattery/#7d0aaedfe1c0
--- a/main.cpp Mon Aug 19 05:35:36 2019 +0000 +++ b/main.cpp Mon Aug 19 06:44:40 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]; short int gxl,gxh,gyl,gyh,gzl,gzh;