megan gimple / PVD_Driver
Revision:
2:7b9d20c715f5
Parent:
1:460124e3da18
--- 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;