Skip to content

Instantly share code, notes, and snippets.

View esauvisky's full-sized avatar

emi~ esauvisky

View GitHub Profile
@esauvisky
esauvisky / app.py
Created June 23, 2022 08:05 — forked from nvbn/app.py
Sound lights with spotify, esp8266 and neopixel strip
from __future__ import annotations
import array
import asyncio
from bisect import bisect_left
from dataclasses import dataclass
import logging
import os
import socket
import time