Parcourir la source

Дорисовал схему.

Vladimir N. Shilov il y a 9 ans
Parent
commit
038333fa37
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. BIN
      hw/esp-clock.dch
  2. 2 2
      include/configuration.h

BIN
sch/esp-clock.dch → hw/esp-clock.dch


+ 2 - 2
include/configuration.h

@@ -23,8 +23,8 @@
 
 // MAX7219
 #define PIN_SCK		14
-#define PIN_MOSI	13
-#define PIN_SS		12
+#define PIN_MOSI	12
+#define PIN_SS		13
 
 
 #define CLOCK_CONFIG_FILE ".clock.conf" // leading point for security reasons :)