Skip to content

Commit

Permalink
Merge pull request #56 from tibbotech/tbt61
Browse files Browse the repository at this point in the history
Tibbit #61
  • Loading branch information
salhk authored Dec 20, 2024
2 parents 6033aa7 + 632b380 commit 72f1809
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tibbits/tbt61/tbt61.tbh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
' VOLTAGE AND CURRENT INPUT SELECTION MAPPING
#define VIN1_DIFFERENTIAL 0
#define VIN2_DIFFERENTIAL 2
#define VIN1+_SINGLE_ENDED 0
#define VIN1-_SINGLE_ENDED 1
#define VIN2+_SINGLE_ENDED 2
#define VIN2-_SINGLE_ENDED 3
#define VIN1P_SINGLE_ENDED 0
#define VIN1M_SINGLE_ENDED 1
#define VIN2P_SINGLE_ENDED 2
#define VIN2M_SINGLE_ENDED 3
#define IIN1_SINGLE_ENDED 4
#define IIN2_SINGLE_ENDED 5

Expand Down

0 comments on commit 72f1809

Please sign in to comment.