mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-25 08:59:00 +00:00
bugfix: output misconfigured
This commit is contained in:
@@ -5,7 +5,7 @@ package legacy
|
||||
import "machine"
|
||||
|
||||
func configurePinOut(p PinOutput) {
|
||||
configurePin(p, machine.PinInputPulldown)
|
||||
configurePin(p, machine.PinOutput)
|
||||
}
|
||||
|
||||
func configurePinInputPulldown(p PinInput) {
|
||||
|
||||
Reference in New Issue
Block a user