-
Notifications
You must be signed in to change notification settings - Fork 26
Game Port Wiring
4am edited this page Jul 10, 2020
·
5 revisions
A simple library implementing a Wiring style API for the game port.
Compatibility: II
Usage: include inc/portio.plh
Functions:
digitalRead(pin)
portRead()
digitalWrite(pin, val)#0
portWrite(val)#0
analogRead(pin)
delay(time)#0
Source Code: portio.pla