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 Hepta9axis
Fork of Lab7-01_template by
Diff: main.cpp
- Revision:
- 16:f268c8b3e1aa
- Parent:
- 15:53779160ad9d
- Child:
- 17:8a40733a9d1a
diff -r 53779160ad9d -r f268c8b3e1aa main.cpp
--- a/main.cpp Sat Aug 17 08:43:36 2019 +0000
+++ b/main.cpp Mon Aug 19 05:32:42 2019 +0000
@@ -1,9 +1,10 @@
#include "mbed.h"
+#include "HeptaBattery.h"
#include "Hepta9axis.h"
Serial pc(USBTX,USBRX);
+HeptaBattery battery(p19,p26);
Hepta9axis n_axis(p28,p27,0xD0,0x18);
-DigitalOut EN(p26);
int main()
{
