MidroomNew Light Sensor
This commit is contained in:
@@ -18,12 +18,13 @@
|
||||
|
||||
#include <MySensors.h>
|
||||
|
||||
#define TOP_LOCK A0
|
||||
#define INT_LOCK A1
|
||||
#define DOWN_LOCK A3
|
||||
#define SMALL_LOCK A2
|
||||
#define DOOR A4
|
||||
|
||||
#define TOP_LOCK A0 // 7 - Green/White
|
||||
#define INT_LOCK A1 // 2 - Green
|
||||
#define DOWN_LOCK A3 // 6 - Blue/White
|
||||
#define SMALL_LOCK A2 // 1 - Blue
|
||||
#define DOOR A4 // 3 - Brown
|
||||
// 4 - 5V - Orange
|
||||
// 8 - GND - Orange/White Brown/White
|
||||
#define TOP_LOCK_ID 0
|
||||
#define INT_LOCK_ID 1
|
||||
#define DOWN_LOCK_ID 2
|
||||
|
||||
Reference in New Issue
Block a user