Skip to content

Commit

Permalink
pins: Seeed Studio XIAO ESP32S3 Sense
Browse files Browse the repository at this point in the history
  • Loading branch information
yoursunny committed Jul 13, 2024
1 parent 1455254 commit 90583f2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/internal/pins.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,26 @@ constexpr Pins AiThinker{
PWDN: 32,
};

/** @brief Pin definition for Seeed Studio XIAO ESP32S3 Sense. */
constexpr Pins XiaoSense{
D0: 15,
D1: 17,
D2: 18,
D3: 16,
D4: 14,
D5: 12,
D6: 11,
D7: 48,
XCLK: 10,
PCLK: 13,
VSYNC: 38,
HREF: 47,
SDA: 40,
SCL: 39,
RESET: -1,
PWDN: -1,
};

/** @brief Pin definition for FREENOVE WROVER ESP32-CAM. */
constexpr Pins FreeNove{
D0: 4,
Expand Down

0 comments on commit 90583f2

Please sign in to comment.