Skip to content

Commit

Permalink
Size is 128.
Browse files Browse the repository at this point in the history
  • Loading branch information
benwiley4000 committed Apr 8, 2018
1 parent 5dd71f8 commit 37c84a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pico8-gpio-listener.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var getP8Gpio;
(function() {
getP8Gpio = _getP8Gpio;
// constants
var size = 8;
var size = 128;
// variables
var initialized = false;

Expand Down

0 comments on commit 37c84a2

Please sign in to comment.