Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcel-licence/ml_synth_pwm_osc_example
https://github.com/marcel-licence/ml_synth_pwm_osc_example
arduino audio esp32 esp8266 rp2040 samd21 stm32 synthesizer teensy
Last synced: about 3 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcel-licence/ml_synth_pwm_osc_example
- Owner: marcel-licence
- License: gpl-3.0
- Created: 2021-12-19T09:55:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T14:05:31.000Z (5 months ago)
- Last Synced: 2024-06-24T15:50:32.171Z (5 months ago)
- Topics: arduino, audio, esp32, esp8266, rp2040, samd21, stm32, synthesizer, teensy
- Language: C++
- Homepage:
- Size: 625 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ml_synth_pwm_osc_example
pulse oscillator with pulse width modulation using the ML_SynthTools library (little example arduino project)
This project is an example supporting different platforms:
- ESP32
- Teensy 4.1 (imxrt1062)
- Daisy Seed (cortex-m7) (does compile but execution does not work)The required library can be found here: https://github.com/marcel-licence/ML_SynthTools
Supported versions of board library
---
- ESP32 version 1.0.6 from https://github.com/espressif/arduino-esp32/releases/tag/1.0.6
- ESP32 version 2.0.2 from https://github.com/espressif/arduino-esp32/releases/tag/2.0.2
Please be aware that other versions might be not supported.More information will be available in future