megan gimple / PVD_Driver
Revision:
1:460124e3da18
Parent:
0:cc0c5534467e
Child:
2:7b9d20c715f5
diff -r cc0c5534467e -r 460124e3da18 PVD_Driver.h
--- a/PVD_Driver.h	Thu Nov 11 22:53:05 2021 +0000
+++ b/PVD_Driver.h	Thu Nov 11 23:03:49 2021 +0000
@@ -4,13 +4,12 @@
 #include "mbed.h"
 
 class PVD
-
 {
 
 public:
     PVD(PinName in1);
-    float resistance;
-    float volt;
+    float R,V;
+    float Res();
 
 private:
     AnalogIn _in1;