glauber/sois-controller-rev-c
Source code for the SOIS Controller PCB, featuring an Adafruit Feather microcontroller, two EC11 rotary encoders, multiple push buttons and a slide switch. View more at glauber.org
- Version
- 0.1.3
- License
- UNLICENSED
- Stars
- 0
package.json
{
"name": "sois-controller-rev-c",
"version": "0.1.3",
"description": "sois controller carrier PCB, rev C — a tscircuit port of the fabricated KiCad board",
"scripts": {
"dev": "tsci dev",
"build": "tsci build --pcb-png --3d-png --schematic-png"
},
"keywords": [
"pcb",
"tscircuit",
"esp32-s3",
"feather",
"rotary-encoder",
"ec11"
],
"author": "Glauber",
"license": "UNLICENSED",
"type": "commonjs",
"dependencies": {
"tscircuit": "^0.0.2464"
},
"devDependencies": {
"bun": "^1.4.2"
}
}