소스 검색

More documentation for pins file

Alex Voinea 1 년 전
부모
커밋
3f6089f2c1
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Firmware/pins_Rambo_1_0.h
  2. 1 0
      Firmware/pins_Rambo_1_3.h

+ 1 - 0
Firmware/pins_Rambo_1_0.h

@@ -14,6 +14,7 @@
 #define SWI2C_SDA      20 //SDA on P3
 #define SWI2C_SCL      84 //PH2 on P3, sensor cable must be rewired
 
+// This should be long enough to safely exit the bootloader when it uses the default timeout (~1-2s)
 #define WATCHDOG_SOFT_RESET_VALUE WDTO_2S
 
 

+ 1 - 0
Firmware/pins_Rambo_1_3.h

@@ -17,6 +17,7 @@
 #define D_REQUIRE		23	//Z_MAX (white)
 #endif //MICROMETER_LOGGING
 
+// This should be long enough to safely exit the bootloader when it uses the default timeout (~1-2s)
 #define WATCHDOG_SOFT_RESET_VALUE WDTO_2S