[sm2135] Fix copy-paste error in setup pin mode (#15248)

This commit is contained in:
Jonathan Swoboda
2026-03-27 17:24:03 -04:00
committed by GitHub
parent a2dee21e8e
commit d245b9f123
+1 -1
View File
@@ -25,7 +25,7 @@ void SM2135::setup() {
this->data_pin_->pin_mode(gpio::FLAG_OUTPUT);
this->clock_pin_->setup();
this->clock_pin_->digital_write(false);
this->data_pin_->pin_mode(gpio::FLAG_OUTPUT);
this->clock_pin_->pin_mode(gpio::FLAG_OUTPUT);
this->data_pin_->pin_mode(gpio::FLAG_PULLUP);
this->clock_pin_->pin_mode(gpio::FLAG_PULLUP);