Skip to content
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

Clone this wiki locally