mirror of
https://github.com/bitlair/bitlair_doorduino.git
synced 2025-05-13 12:20:07 +02:00
added: pin definition for mains power
This commit is contained in:
parent
cea173f0fa
commit
8ed6f9a983
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
||||||
#define PIN_LEDGREEN 10
|
#define PIN_LEDGREEN 10
|
||||||
#define PIN_LEDRED 11
|
#define PIN_LEDRED 11
|
||||||
|
|
||||||
|
#define PIN_MAINS_POWER 9
|
||||||
|
|
||||||
#define CMD_BUFSIZE 64
|
#define CMD_BUFSIZE 64
|
||||||
#define CMD_TIMEOUT 10000 //command timeout in milliseconds
|
#define CMD_TIMEOUT 10000 //command timeout in milliseconds
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue