-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #256 from julio-matarranz/feat/support-s3-mini
feat : support s3 mini devices
- Loading branch information
Showing
4 changed files
with
86 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#ifndef _ESP32_S3_MINI_WEACT_H | ||
#define _ESP32_S3_MINI_WEACT_H | ||
|
||
#define PIN_BUTTON_1 0 | ||
#define RGB_LED_PIN 48 | ||
|
||
#define LED_DISPLAY | ||
#define USE_LED | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#ifndef _ESP32_S3_MINI_WEMOS_H | ||
#define _ESP32_S3_MINI_WEMOS_H | ||
|
||
#define PIN_BUTTON_1 0 | ||
#define RGB_LED_PIN 47 | ||
|
||
#define LED_DISPLAY | ||
#define USE_LED | ||
|
||
#endif |