X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/fnordlicht-mini/blobdiff_plain/745723e4d1fee18fc31d79172fe8357a75628eea..debcd33150933b420a307d73cccb77c5b66c0afb:/firmware/fnordlicht-firmware/globals.h diff --git a/firmware/fnordlicht-firmware/globals.h b/firmware/fnordlicht-firmware/globals.h index d105874..56fdd00 100644 --- a/firmware/fnordlicht-firmware/globals.h +++ b/firmware/fnordlicht-firmware/globals.h @@ -73,18 +73,6 @@ #define REMOTE_INT_PORT D #define REMOTE_INT_PIN PD2 -/* configure jumper pins for remote master mode */ -#define REMOTE_MASTER_PORT C -#define REMOTE_MASTER_PIN1 PC2 -#define REMOTE_MASTER_PIN2 PC3 -/* configure master mode */ -/* use 1 as address for the second device */ -#define MASTER_MODE_FIRST_ADDRESS 1 -/* wait 200ms before sending sync sequence */ -#define MASTER_WAIT_BEFORE_SYNC 20 -/* wait 15 min (900s) between program changes */ -#define MASTER_MODE_SLEEP 900 - /* configure storage bufer size */ #define STORAGE_BUFFER_SIZE 13