Lab4
Dependencies: mbed HeptaBattery Hepta9axis
Revision 18:d4a7c3909c08, committed 2019-08-19
- Comitter:
- HEPTA
- Date:
- Mon Aug 19 06:42:48 2019 +0000
- Parent:
- 17:8a40733a9d1a
- Commit message:
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 8a40733a9d1a -r d4a7c3909c08 main.cpp --- a/main.cpp Mon Aug 19 06:01:18 2019 +0000 +++ b/main.cpp Mon Aug 19 06:42:48 2019 +0000 @@ -3,7 +3,7 @@ #include "Hepta9axis.h" Serial pc(USBTX,USBRX); -HeptaBattery battery(p19,p26); +HeptaBattery battery(p16,p26); Hepta9axis n_axis(p28,p27,0xD0,0x18); int main()