More documentation for pins file

This commit is contained in:
Alex Voinea 2022-12-16 12:29:59 +01:00
parent e8c8945650
commit 3f6089f2c1
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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