mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-12 02:43:42 +00:00
9 lines
223 B
Go
9 lines
223 B
Go
//go:build !baremetal
|
|
|
|
package legacy
|
|
|
|
func configurePinOut(p PinOutput) {}
|
|
func configurePinInput(p PinInput) {}
|
|
func configurePinInputPulldown(p PinInput) {}
|
|
func configurePinInputPullup(p PinInput) {}
|