more drivers are now cross platform

This commit is contained in:
soypat
2025-07-02 22:03:58 -03:00
parent f3945b1d58
commit 8f0fbaa945
20 changed files with 481 additions and 325 deletions
+4 -1
View File
@@ -2,4 +2,7 @@
package legacy
func configurePinOut(p PinOutput) {}
func configurePinOut(p PinOutput) {}
func configurePinInput(p PinInput) {}
func configurePinInputPulldown(p PinInput) {}
func configurePinInputPullup(p PinInput) {}