M6 shutdown and LEDs work (#9065)

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
Jonathan Bennett
2025-12-24 07:48:14 -06:00
committed by GitHub
co-authored by Ben Meadors
parent 33f18659c8
commit 54a928f47f
3 changed files with 32 additions and 2 deletions
@@ -44,8 +44,10 @@ extern "C" {
#define LED_BLUE -1
#define LED_CHARGE (12)
#define LED_PAIRING (7)
#define PIN_LED2 LED_PAIRING
#define LED_STATE_ON 1
#define LED_STATE_ON HIGH
#define LED_STATE_OFF LOW
// USB power detection
#define EXT_PWR_DETECT (13)