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.
Diff: PVD_Driver.h
- Revision:
- 2:7b9d20c715f5
- Parent:
- 1:460124e3da18
diff -r 460124e3da18 -r 7b9d20c715f5 PVD_Driver.h --- a/PVD_Driver.h Thu Nov 11 23:03:49 2021 +0000 +++ b/PVD_Driver.h Sat Nov 13 20:10:19 2021 +0000 @@ -10,6 +10,7 @@ PVD(PinName in1); float R,V; float Res(); + float Volt(); private: AnalogIn _in1;