This commit is contained in:
matika77 2024-05-02 15:46:55 +12:00 committed by GitHub
commit 9cb8685b2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -144,7 +144,6 @@ void SM2135::sm2135_set_low_(GPIOPin *pin) {
}
void SM2135::sm2135_set_high_(GPIOPin *pin) {
pin->digital_write(true);
pin->pin_mode(gpio::FLAG_PULLUP);
}