Skip to content

Instantly share code, notes, and snippets.

View kenkit's full-sized avatar
💭
Where the sky begins, the horizon ends. So too do beginings and endings.

🆂🅰🅶🅴 kenkit

💭
Where the sky begins, the horizon ends. So too do beginings and endings.
View GitHub Profile
@kenkit
kenkit / aidex.js
Created March 12, 2025 03:04 — forked from ihewitt/aidex.js
var serial = "xxxxxx"; //<-- Put serial number to pair here
var device = "";
var neopixel = require("neopixel");
var handle=0 ;
var WIFI_NAME = "xx";
var WIFI_OPTIONS = { password : "xx" };
var has_cleared=false;
var wifi = require("Wifi");
wifi.connect(WIFI_NAME, WIFI_OPTIONS, function(err) {
if (err) {