Cleanup after REED sensor pin change
This commit is contained in:
parent
cccd0df1ac
commit
10bb19497d
1 changed files with 2 additions and 4 deletions
|
@ -22,10 +22,8 @@ namespace cpp23 {
|
|||
|
||||
// defining some constants
|
||||
enum : uint8_t {
|
||||
LED_PIN = 16, // D0
|
||||
//REED_PIN = 5 // D1
|
||||
REED_PIN = 2 // D4
|
||||
|
||||
LED_PIN = 16, // D0 - GPIO 16
|
||||
REED_PIN = 2 // D4 - GPIO 2
|
||||
};
|
||||
|
||||
enum class door_state {
|
||||
|
|
Loading…
Reference in a new issue