Skip to content

Releases: benwiley4000/pico8-gpio-listener

v0.2.2

08 Apr 07:22
Compare
Choose a tag to compare

Array length is now 128, not 8 (this was previously confused due to hardware specific limitations).

v0.2.1

06 Apr 07:54
Compare
Choose a tag to compare

Custom-specifying length property since overriding the index setters means it doesn't get automatically set. Since our array is conveniently fixed-size, its value is just 8.

v0.2.0

06 Apr 07:22
Compare
Choose a tag to compare

Now we always initialize window.pico8_gpio the first time getP8Gpio() is called. Before we only did this if it doesn't exist.

v0.1.0

05 Apr 08:34
8513485
Compare
Choose a tag to compare

First release