Added volume adjustment via software serial.
This commit is contained in:
parent
021cc8e73c
commit
83582e6420
10 changed files with 368 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
#include <Arduino.h>
|
||||
#define MV_ONE_IS_PLAYING 3100
|
||||
#define MS_TO_WAIT_BEFORE_NEXT_MOVE 10000 //ms to wait before new movement is valid
|
||||
#define MS_TO_WAIT_BEFORE_NEXT_MOVE 120000 //ms to wait before new movement is valid
|
||||
#define MS_TO_WAIT_BEFORE_VALID_NO_MOVEMEVENT 5000 //ms a no movement phase must be
|
||||
#define MS_TO_WAIT_BEFORE_NEXT_PRESS 200
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue