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 X_NUCLEO_PLC01A1 ros_lib_melodic
Diff: wheel.cpp
- Revision:
- 3:ea5cfd721b53
- Parent:
- 0:43eb9ccc1583
--- a/wheel.cpp	Sat Aug 15 09:21:36 2020 +0000
+++ b/wheel.cpp	Sun Aug 30 06:39:43 2020 +0000
@@ -67,4 +67,8 @@
     wait(0.1);
     _brake = 1;
     _brakeState = 1;
+}
+
+float Wheel::getBatteryVoltage(){
+    return _leftWheel.getInputVoltage()*0.1;
 }
\ No newline at end of file