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.
Fork of priustroller by
Diff: currentsensors.cpp
- Revision:
- 1:1f58bdcf2956
- Parent:
- 0:54cf32d35f4d
- Child:
- 6:99ee0ce47fb2
--- a/currentsensors.cpp Sun Mar 01 06:16:01 2015 +0000 +++ b/currentsensors.cpp Sun Mar 01 10:51:28 2015 +0000 @@ -1,5 +1,5 @@ #include "includes.h" -#include "classes.h" +#include "sensors.h" AnalogCurrentSensor::AnalogCurrentSensor(PinName pin, float volts_per_amp) { _in = new AnalogIn(pin);