Bed Distance Sensor (#24554)

This commit is contained in:
Mark
2022-08-06 14:14:58 +08:00
committed by Scott Lahteine
parent a0462eb017
commit b02c3258b5
24 changed files with 409 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
//