acid-drop- Hacking the planet from a LilyGo T-Deck using custom firmware |
git clone git://git.acid.vegas/acid-drop.git |
Log | Files | Refs | Archive | README | LICENSE |
library.json (558B)
1 { 2 "name": "ESP32-audioI2S", 3 "version": "2.0.6", 4 "description": "With this library You can easily build a WebRadio with a ESP32 board and a I2S-module", 5 "keywords": "audio, i2s, esp32", 6 "repository": { 7 "type": "git", 8 "url": "https://github.com/esphome/ESP32-audioI2S.git" 9 }, 10 "authors": [ 11 { 12 "name": "schreibfaul1" 13 }, 14 { 15 "name": "jesserockz" 16 } 17 ], 18 "license": "GPL-3.0", 19 "homepage": "https://github.com/esphome/ESP32-audioI2S", 20 "dependencies": {}, 21 "frameworks": "arduino", 22 "platforms": "espressif32" 23 }