moved +Z up to position 4 to match schematic

pico-i2c
alanbjohnston 3 years ago committed by GitHub
parent 703979e7b3
commit aff5693a78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -90,9 +90,9 @@
#define PLUS_Y 1
#define BAT 2
#define BUS 3
#define MINUS_X 4
#define MINUS_Y 5
#define PLUS_Z 6
#define MINUS_X 5 // 4
#define MINUS_Y 6 // 5
#define PLUS_Z 4 // 6
#define MINUS_Z 7
#define TEMP 2
#define PRES 3

Loading…
Cancel
Save

Powered by TurnKey Linux.