Pārlūkot izejas kodu

configuration: Add parameters for ds3231

Helmut Pozimski 1 gadu atpakaļ
vecāks
revīzija
d075a02751
1 mainītis faili ar 8 papildinājumiem un 1 dzēšanām
  1. 8 1
      main/configuration.h

+ 8 - 1
main/configuration.h

@@ -4,4 +4,11 @@
 
 #define IP_ADDRESS ""
 #define GATEWAY ""
-#define NETMASK ""
+#define NETMASK ""
+
+// Define the pins used to connect the rtc and display modules here
+#define DS3231_SDA_PIN
+#define DS3231_SCL_PIN
+
+// Can be set from 0 to 7
+#define DISPLAY_BRIGHTNESS