Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix Stella LEDs
  • Loading branch information
marqdevx committed Aug 14, 2025
commit 4951bf68df8f459e70f8627e3f6130f5010f7f81
8 changes: 4 additions & 4 deletions variants/STELLA/variant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ PinDescription g_APinDescription[] = {
{ P0_3, NULL, NULL, NULL }, // A7

// LEDs
{ P0_24, NULL, NULL, NULL }, // LED R
{ P0_16, NULL, NULL, NULL }, // LED G
{ P0_6, NULL, NULL, NULL }, // LED B
{ P1_9, NULL, NULL, NULL }, // LED PWR
{ P1_4, NULL, NULL, NULL }, // LED R
{ P1_3, NULL, NULL, NULL }, // LED G
{ P1_2, NULL, NULL, NULL }, // LED B
{ P1_5, NULL, NULL, NULL }, // LED PWR

{ P0_19, NULL, NULL, NULL }, // INT APDS

Expand Down