Hepta 9axis Sensor(Magnetometer)
Dependencies: mbed HeptaBattery Hepta9axis
Fork of Lab7-01_template by
Revision 18:748c13c8a567, committed 2019-08-19
- Comitter:
- HEPTA
- Date:
- Mon Aug 19 06:48:26 2019 +0000
- Parent:
- 17:804f868bb1cb
- Commit message:
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 804f868bb1cb -r 748c13c8a567 main.cpp --- a/main.cpp Mon Aug 19 06:07:22 2019 +0000 +++ b/main.cpp Mon Aug 19 06:48:26 2019 +0000 @@ -4,7 +4,7 @@ Serial pc(USBTX,USBRX); Hepta9axis n_axis(p28,p27,0xD0,0x18); -HeptaBattery battery(p19,p26); +HeptaBattery battery(p16,p26); int main() { pc.baud(9600);