Cleanup after REED sensor pin change

This commit is contained in:
Ludwig Behm 2024-01-22 07:55:05 +01:00
parent cccd0df1ac
commit 10bb19497d
Signed by: l.behm
GPG key ID: D344835D63B89384

View file

@ -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 {