Skip to content

Commit

Permalink
adding pin definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
LoQue90 authored and fiendie committed Dec 6, 2023
1 parent 2d12b99 commit 81cabca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pinmapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
#define PIN_PRESSURESENSOR 36
#define PIN_WATERSENSOR 23
#define PIN_FLOWSENSOR 1
#define PIN_HXDAT 32 // Brew scale data pin
#define PIN_HXDAT 32 // Brew scale data pin 1
#define PIN_HXDAT2 25 // Brew scale data pin 2
#define PIN_HXCLK 33 // Brew scale clock pin


Expand All @@ -40,6 +41,7 @@

// LEDs
#define PIN_STATUSLED 26
#define PIN_BREWLED 36

// Periphery
#define PIN_ZC 18 // Dimmer circuit Zero Crossing
Expand Down

0 comments on commit 81cabca

Please sign in to comment.