Skip to content

Instantly share code, notes, and snippets.

View btassone's full-sized avatar
🏠
Working from home

Brandon Tassone btassone

🏠
Working from home
View GitHub Profile
@btassone
btassone / c64-arcader-joystick-hyperdrive-led.ino
Created April 24, 2026 06:47
Arduino code for triggering LED animations on a 10 LED strip for ArcadeR C64 Joystick Controllers
#include <Adafruit_NeoPixel.h>
// --- LED SETUP ---
#define LED_PIN 8
#define NUM_LEDS 10
Adafruit_NeoPixel strip(NUM_LEDS, LED_PIN, NEO_GRB + NEO_KHZ800);
// --- JOYSTICK SETUP (LOCKED PINS) ---
#define PIN_UP 7
[2015-29-01 13:05:12][notice][54ca7656788ec] triggerIndex() http://www.sbcv.org/?swpnonce=1422554712.0695569515228271484375
[2015-29-01 13:05:12][notice][54ca76589c53d]
[2015-29-01 13:05:12][notice][54ca76589c53d] ========== INIT 54ca76589c53d 2.4.11 ==========
[2015-29-01 13:05:12][notice][54ca76589c53d]
[2015-29-01 13:05:12][notice][54ca76589c53d] checkForMainQuery(): It is the main query
[2015-29-01 13:05:12][notice][54ca7658a35c0]
[2015-29-01 13:05:12][notice][54ca7658a35c0] ========== INIT 54ca7658a35c0 2.4.11 ==========
[2015-29-01 13:05:12][notice][54ca7658a35c0]
[2015-29-01 13:05:12][notice][54ca765789c1a]