103 |
104 | Name |
105 | Version |
106 | Url |
107 | Git |
108 | Core library |
109 |
110 |
111 | ML SynthTools |
112 | 1.3.1 |
113 | https://github.com/marcel-licence/ML_SynthTools |
114 | https://github.com/marcel-licence/ML_SynthTools.git |
115 | False |
116 |
117 |
118 | SPI |
119 | 2.0.0 |
120 | http://arduino.cc/en/Reference/SPI |
121 | https://github.com/espressif/arduino-esp32.git |
122 | True |
123 |
124 |
125 | Wire |
126 | 2.0.0 |
127 | http://arduino.cc/en/Reference/Wire |
128 | https://github.com/espressif/arduino-esp32.git |
129 | True |
130 |
131 |
132 | WiFi |
133 | 2.0.0 |
134 | |
135 | https://github.com/espressif/arduino-esp32.git |
136 | True |
137 |
138 |
139 | FS |
140 | 2.0.0 |
141 | |
142 | https://github.com/espressif/arduino-esp32.git |
143 | True |
144 |
145 |
146 | LittleFS |
147 | 2.0.0 |
148 | |
149 | https://github.com/espressif/arduino-esp32.git |
150 | True |
151 |
152 |
153 | SD_MMC |
154 | 2.0.0 |
155 | |
156 | https://github.com/espressif/arduino-esp32.git |
157 | True |
158 |
159 |
--------------------------------------------------------------------------------
/doc/schematic_v01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/marcel-licence/esp32_basic_synth/5452e5bc64fa0854b944ef32c7f220f84652d68b/doc/schematic_v01.png
--------------------------------------------------------------------------------
/easySynth.ino:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 2022 Marcel Licence
3 | *
4 | * This program is free software: you can redistribute it and/or modify
5 | * it under the terms of the GNU General Public License as published by
6 | * the Free Software Foundation, either version 3 of the License, or
7 | * (at your option) any later version.
8 | *
9 | * This program is distributed in the hope that it will be useful,
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 | * GNU General Public License for more details.
13 | *
14 | * You should have received a copy of the GNU General Public License
15 | * along with this program. If not, see