Skip to content

Commit

Permalink
Add GPIO20 for esp32-pico-mini-02 (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchisr authored Mar 6, 2024
1 parent e3d3205 commit 8aa3131
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gpio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1656,6 +1656,7 @@ mod chip {
pin!(Gpio17:17, IO, NORTC:0, NOADC:0, NODAC:0, NOTOUCH:0);
pin!(Gpio18:18, IO, NORTC:0, NOADC:0, NODAC:0, NOTOUCH:0);
pin!(Gpio19:19, IO, NORTC:0, NOADC:0, NODAC:0, NOTOUCH:0);
pin!(Gpio20:20, IO, NORTC:0, NOADC:0, NODAC:0, NOTOUCH:0);
pin!(Gpio21:21, IO, NORTC:0, NOADC:0, NODAC:0, NOTOUCH:0);
pin!(Gpio22:22, IO, NORTC:0, NOADC:0, NODAC:0, NOTOUCH:0);
pin!(Gpio23:23, IO, NORTC:0, NOADC:0, NODAC:0, NOTOUCH:0);
Expand Down Expand Up @@ -1692,6 +1693,7 @@ mod chip {
pub gpio17: Gpio17,
pub gpio18: Gpio18,
pub gpio19: Gpio19,
pub gpio20: Gpio20,
pub gpio21: Gpio21,
pub gpio22: Gpio22,
pub gpio23: Gpio23,
Expand Down Expand Up @@ -1735,6 +1737,7 @@ mod chip {
gpio17: Gpio17::new(),
gpio18: Gpio18::new(),
gpio19: Gpio19::new(),
gpio20: Gpio20::new(),
gpio21: Gpio21::new(),
gpio22: Gpio22::new(),
gpio23: Gpio23::new(),
Expand Down

0 comments on commit 8aa3131

Please sign in to comment.