Skip to content

Commit c64017e

Browse files
committed
WIP pwm
1 parent b7ab651 commit c64017e

File tree

3 files changed

+437
-0
lines changed

3 files changed

+437
-0
lines changed

config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ weight = 30
3030
name = "<i class='fab fa-slack'></i> Slack"
3131
url = "https://gophers.slack.com/messages/CDJD3SUP6/"
3232
weight = 40
33+
34+
[markup.goldmark.renderer]
35+
# Allow raw HTML and JavaScript.
36+
unsafe = true

content/microcontrollers/circuit-playground-express.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@ The [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333)
1616
| ADC | YES | YES |
1717
| PWM | YES | YES |
1818

19+
## Pins
20+
21+
| Pin | Hardware pin | PWM
22+
| ------------ | ------------ | ----------------
23+
| `A0` | `PA02` |
24+
| `A1` | `PA05` | PWM0 (channel 1)
25+
| `A2` | `PA06` | PWM1 (channel 0)
26+
| `A3` | `PA07` | PWM1 (channel 1)
27+
| `A4` | `PB03` |
28+
| `A5` | `PB02` |
29+
| `A6` | `PB09` |
30+
| `A7` | `PB08` |
31+
| `D13`, `LED` | `PA17` | PWM2 (channel 1), PWM0 (channel 3)
32+
1933
## Machine Package Docs
2034

2135
[Documentation for the machine package for the Circuit Playground Express](../machine/circuitplay-express)

0 commit comments

Comments
 (0)