Bed Distance Sensor (#24554)

This commit is contained in:
Mark
2022-08-06 14:14:58 +08:00
committed by GitHub
parent 1dc17aa64c
commit 83320f1052
25 changed files with 410 additions and 9 deletions

View File

@@ -38,6 +38,12 @@
#define MARLIN_EEPROM_SIZE EEPROM_PAGE_SIZE // 2K
#endif
#if ENABLED(BD_SENSOR)
#define I2C_BD_SDA_PIN PC6
#define I2C_BD_SCL_PIN PB2
#define I2C_BD_DELAY 10 // (seconds)
#endif
//
// Servos
//