Compare commits

...

2 Commits

Author SHA1 Message Date
Ric In New Mexico
ac5ddc0de5
Merge 03dc730f03 into 8685436cbb 2025-08-27 21:36:45 -06:00
RicInNewMexico
03dc730f03 Update M5Stack Core / Basic Pin Defs 2025-08-26 11:47:05 -06:00

View File

@ -1,14 +1,13 @@
// #define BUTTON_NEED_PULLUP // if set we need to turn on the internal CPU pullup during sleep
// Note: The M5Stack Core is now referred to as the M5Stack "Basic"
#define I2C_SDA 21
#define I2C_SCL 22
// #define BUTTON_PIN 39 // 38, 37
// #define BUTTON_PIN 0
#define BUTTON_NEED_PULLUP
// #define EXT_NOTIFY_OUT 13 // Default pin to use for Ext Notify Plugin.
#define BUTTON_PIN 38
// #define BUTTON_NEED_PULLUP // if set we need to turn on the internal CPU pullup during sleep
#define BUTTON_NEED_PULLUP
#define PIN_BUZZER 25
@ -23,8 +22,8 @@
#define LORA_CS 5
#define USE_RF95
#define LORA_DIO0 36 // a No connect on the SX1262 module
#define LORA_RESET 26
#define LORA_DIO0 35 // IRQ
#define LORA_RESET 25
#define LORA_DIO1 RADIOLIB_NC // Not really used
#define LORA_DIO2 RADIOLIB_NC // Not really used