소스 검색

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

Vladimir N. Shilov 9 년 전
부모
커밋
038333fa37
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 :)