Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdagger/micropython-sgtl5000
MicroPython library for SGTL5000
https://github.com/rdagger/micropython-sgtl5000
Last synced: 3 months ago
JSON representation
MicroPython library for SGTL5000
- Host: GitHub
- URL: https://github.com/rdagger/micropython-sgtl5000
- Owner: rdagger
- License: other
- Created: 2022-02-06T01:05:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-09T16:58:23.000Z (about 1 year ago)
- Last Synced: 2024-04-22T12:32:55.549Z (7 months ago)
- Language: Python
- Size: 6.18 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-micropython - micropython-sgtl5000 - Library for SGTL5000 Low Power Stereo Codec w/ Headphone Amp. (Libraries / Audio)
README
# micropython-sgtl5000
MicroPython library for [SGTL5000](https://www.nxp.com/docs/en/data-sheet/SGTL5000.pdf) Low Power Stereo Codec w/ Headphone AmpSee demos for usage.
Currently working on Teensy 4.0 / 4.1 using [Mike Teachman's firmware](https://github.com/miketeachman/micropython-i2s-examples/tree/mimxrt/teensy_audio_shield).
Designed primarily for [Teensy Audio Adapter](https://www.pjrc.com/store/teensy3_audio.html).
Ported to MicroPython by rdagger from [Teensy Audio Library](https://github.com/PaulStoffregen/Audio).