Skip to content

Instantly share code, notes, and snippets.

View adawolfs's full-sized avatar
☠️

Alvin Estrada adawolfs

☠️
View GitHub Profile
@adawolfs
adawolfs / snap_circuits_led_mc_keyboard.bas
Created April 21, 2024 06:17 — forked from JJTech0130/snap_circuits_led_mc_keyboard.bas
PICAXE program to use Snap Circuits keyboard (U26) with LED MC (U29)
; calling convention
symbol arg1 = b0
symbol arg2 = b1
symbol arg3 = b2
;symbol arg1w = w3
symbol shift_out_current_mask = b3
symbol shift_out_temp = b4
symbol main_last = b5