Skip to content

Commit

Permalink
Bug fix for DAQ1000
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeig committed Oct 16, 2022
1 parent a5775c8 commit 5f64bef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ source.repository=https://github.com/sgeigers/SimplePhidgets.git
# This is used to compare different versions of the same Library, and check if
# an update is available.

library.version=13
library.version=15


# The version as the user will see it.

library.prettyVersion=1.0.12
library.prettyVersion=1.0.14


# The min and max revision of Processing compatible with your Library.
Expand Down
1 change: 1 addition & 0 deletions src/shenkar/SimplePhidgets/P_Voltage_Input.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public P_Voltage_Input(PApplet P5Parent, Channel ChParent, String type, int seri
break;

case "ADP1000": // pH Phidget
case "DAQ1000": // 8x Voltage Input Phidget
init(false);
break;

Expand Down
1 change: 1 addition & 0 deletions src/shenkar/SimplePhidgets/P_Voltage_Ratio.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public P_Voltage_Ratio(PApplet P5Parent, Channel ChParent, String type, int seri

// device opening
switch (deviceType) {
case "DAQ1000": // 8x Voltage Input Phidget
case "DAQ1500": // weatstone bridge
case "DCC1000": // DC Motor Phidget
case "HIN1100": // thumbstick
Expand Down

0 comments on commit 5f64bef

Please sign in to comment.