Skip to content

Commit 4aa4eac

Browse files
committed
Fixed supported board on website
Fixed supported board table, update Readme
1 parent 9968945 commit 4aa4eac

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For more about audio output, including high quality output modes [Mozzi Output t
4545
### A note for users coming from Mozzi 1.x
4646
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
4747
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.
4949

5050
## Supported boards, output modes and default pins
5151
> 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
6666
| *STM32 maple core*: Various STM32F1 and STM32F4 boards, "Blue/Black Pill" | **PB8 (+PB9)** | PB8, PB9 | | | |
6767
| *STM32duino (STM official) core*: Huge range of STM32Fx boards | **PA8 (+PA9)** | PA8, PA9 | | | |
6868
| *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 |
7071
| *RP2040*: Raspberry Pi Pico and friends | **0 (+1)** | 0, 1 | | | yes |
7172

7273
> - PWM-1: 1-pin PWM mode (`MOZZI_OUTPUT_PWM`)

extras/website/_includes/boards-tested.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ If stereo is supported, in a mode, the cell has a red/blue background, and (wher
44
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.
55

66
<style>
7-
td[data-mo] { background-color: rgba(0,0,255,.5); } <!-- Mono output --->
8-
td[data-st] { background: linear-gradient(-45deg,rgba(0,0,255,.5) 50%, rgba(255,0,0,.5) 50%); } <!-- Stereo output --->
9-
td[data-md] { border: 2px solid; background-color: rgba(0,0,255,.5); } <!-- Mono default --->
10-
td[data-sd] { border: 2px solid; background: linear-gradient(-45deg,rgba(0,0,255,.5) 50%, rgba(255,0,0,.5) 50%); } <!-- Stereo default --->
7+
td[data-mo] { background-color: rgba(0,0,255,.5); } /* Mono output */
8+
td[data-st] { background: linear-gradient(-45deg,rgba(0,0,255,.5) 50%, rgba(255,0,0,.5) 50%); } /* Stereo output */
9+
td[data-md] { border: 2px solid; background-color: rgba(0,0,255,.5); } /* Mono default */
10+
td[data-sd] { border: 2px solid; background: linear-gradient(-45deg,rgba(0,0,255,.5) 50%, rgba(255,0,0,.5) 50%); } /* Stereo default */
1111
</style>
1212

1313
<table border="0">
@@ -42,9 +42,9 @@ td[data-sd] { border: 2px solid; background: linear-gradient(-45deg,rgba(0,0,255
4242
<tr style="border-top: 1px solid">
4343
<td><i>ESP8266</i>: ESP-01, Wemos D1 mini, etc. <i>note: Beware of erratic pin labels</i> </td><td> - </td><td> - </td><td data-md>GPIO2</td><td> - </td><td data-st>yes </td></tr>
4444
<tr style="border-top: 1px solid">
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>
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>
4646
<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><td data-sd>15 (+16) </td><td> </td><td data-mo>yes </td><td></td><td data-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>
4848
<tr style="border-top: 1px solid">
4949
<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>
5050
</tbody>

0 commit comments

Comments
 (0)