Skip to content

Commit 85e3149

Browse files
committed
+ update version number
+ additional test
1 parent 6474ea5 commit 85e3149

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

libraries/AnalogPin/examples/AnalogPin/AnalogPin.ino

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// FILE: AnalogPin.ino
33
// AUTHOR: Rob Tillaart
4-
// VERSION: 0.1.00
4+
// VERSION: 0.1.01
55
// PURPOSE: example sketch
66
// URL:
77
//
@@ -30,6 +30,9 @@ void loop()
3030
Serial.print('\t');
3131

3232
Serial.print(INA.readSmoothed(16));
33+
Serial.print('\t');
34+
35+
Serial.print(INA.readPrevious();
3336

3437
Serial.println();
3538
delay(100);

0 commit comments

Comments
 (0)