浏览代码

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

Vladimir N. Shilov 9 年之前
父节点
当前提交
038333fa37
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 二进制
      hw/esp-clock.dch
  2. 2 2
      include/configuration.h

二进制
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 :)