You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ For more about audio output, including high quality output modes [Mozzi Output t
45
45
### A note for users coming from Mozzi 1.x
46
46
Mozzi 2.0 brings a lot of changes under the hood, and is not 100% source compatible with earlier versions of Mozzi. Most sketches should continue to compile, but with
47
47
a lot of warnings. A few others will no longer work. See [Porting to Mozzi 2.0](https://sensorium.github.io/Mozzi/learn/porting/) for what to change.
48
-
If desparate, there is still a "Mozzi_1" branch in the git repository, but this will not get any new development.
48
+
If desparate, there is still a "Mozzi_1" branch in the git repository which contains the last stable version of Mozzi 1.x and packages for this version can be found on [Github](https://github.com/sensorium/Mozzi/releases/tag/1.1.2), but this will not get any new development. Users still on these versions are encouraged to migrate to Mozzi 2.
49
49
50
50
## Supported boards, output modes and default pins
51
51
> Table is not necessarily complete. Abbreviations explained below the table. The default output mode is in bold for each row. If stereo is supported, in a mode, the cell PWM-1 has two numbers with the second pin number is given in parentheses (+X).
@@ -66,7 +66,8 @@ If desparate, there is still a "Mozzi_1" branch in the git repository, but this
66
66
|*STM32 maple core*: Various STM32F1 and STM32F4 boards, "Blue/Black Pill" |**PB8 (+PB9)**| PB8, PB9 ||||
67
67
|*STM32duino (STM official) core*: Huge range of STM32Fx boards |**PA8 (+PA9)**| PA8, PA9 ||||
68
68
|*ESP8266*: ESP-01, Wemos D1 mini, etc. note: Beware of erratic pin labels |||**GPIO2**|| yes |
69
-
|*ESP32: note: Beware of vastly different pin labels across board variants*||| yes |**GPIO25 (+GPIO26)**| yes |
69
+
|*ESP32: that has an external DAC (only ESP32) note: Beware of vastly different pin labels across board variants*| 15 (+16) || yes |**GPIO25 (+GPIO26)**| yes |
70
+
|*ESP32-S/C/H/P: that do not have an external DAC note: Beware of vastly different pin labels across board variants*|**15 (+16)**|| yes || yes |
70
71
|*RP2040*: Raspberry Pi Pico and friends |**0 (+1)**| 0, 1 ||| yes |
Copy file name to clipboardExpand all lines: extras/website/_includes/boards-tested.markdown
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@ If stereo is supported, in a mode, the cell has a red/blue background, and (wher
4
4
Check the [hardware section of the API-documentation](https://sensorium.github.io/Mozzi/doc/html/hardware.html) for platform specific notes and (pin) configuration options.
<td><i>ESP32</i>: that has an internal DAC (only ESP32)<i>note: Beware of vastly different pin labels across board variants</i> </td><tddata-st>15 (+16) </td><td> </td><tddata-mo>yes </td><tddata-sd>GPIO25 (+GPIO26)</td><tddata-st>yes</td></tr>
45
+
<td><i>ESP32</i>: that has an internal DAC (only ESP32)<i>note: Beware of vastly different pin labels across board variants</i> </td><td data-st>15 (+16) </td><td> </td><td data-mo>yes </td><td data-sd>GPIO25 (+GPIO26)</td><td data-st>yes</td></tr>
46
46
<tr style="border-top: 1px solid">
47
-
<td><i>ESP32-S/C/H/P</i>: that do not have an internal DAC<i>note: Beware of vastly different pin labels across board variants</i> </td><tddata-sd>15 (+16) </td><td> </td><tddata-mo>yes </td><td></td><tddata-st>yes</td></tr>
47
+
<td><i>ESP32-S/C/H/P</i>: that do not have an internal DAC<i>note: Beware of vastly different pin labels across board variants</i> </td><td data-sd>15 (+16) </td><td> </td><td data-mo>yes </td><td></td><td data-st>yes</td></tr>
48
48
<trstyle="border-top: 1pxsolid">
49
49
<td><i>RP2040</i>: Raspberry Pi Pico and friends </td><td data-sd>0 (+1) </td><td data-mo>0, 1 </td><td> - </td><td> - </td><td data-st>yes </td></tr>
0 commit comments