Skip to content

Instantly share code, notes, and snippets.

View LaserBorg's full-sized avatar
🐍

Philip Gutjahr LaserBorg

🐍
View GitHub Profile
@LaserBorg
LaserBorg / code.py
Created January 17, 2022 23:39 — forked from idriszmy/code.py
Interface RFid RC522 Reader using Maker Pi Pico and CircuitPython
"""
Interface RFid RC522 Reader using Maker Pi Pico and CircuitPython
https://tutorial.cytron.io/2022/01/11/interface-rfid-rc522-reader-using-maker-pi-pico-and-circuitpython/
Items:
- Maker Pi Pico
https://my.cytron.io/p-maker-pi-pico
- Mifare RC522 RFID Kit
https://my.cytron.io/p-mifare-rc522-rfid-kit
- Grove - Relay
@LaserBorg
LaserBorg / lame.py
Created January 22, 2022 20:52 — forked from psobot/lame.py
Asynchronous MP3 encoding in Python
from Queue import Queue
import subprocess
import threading
import traceback
import logging
import time
log = logging.getLogger(__name__)
"""