Skip to content

Commit

Permalink
Delete RGB LED in pins_arduino.h
Browse files Browse the repository at this point in the history
  • Loading branch information
norbert-walter committed Jan 23, 2024
1 parent 526b3ea commit e7d54e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/obp60task/OBP60Hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
#define NUM_BACKLIGHT_LED 6 // Numebr of Backlight LEDs
#define OBP_BACKLIGHT_LED 15 // GPIO port
// Power Rail
#define OBP_POWER_50 5
#define OBP_POWER_50 5 // 5.0V power rail


2 changes: 2 additions & 0 deletions variants/obp60s3/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
#define NUM_ANALOG_INPUTS 20

// Multi Function Display OBP60 V2.0
/*
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT+48;
#define BUILTIN_LED LED_BUILTIN // backward compatibility
#define LED_BUILTIN LED_BUILTIN
#define RGB_BUILTIN LED_BUILTIN
#define RGB_BRIGHTNESS 64
*/

#define analogInputToDigitalPin(p) (((p)<20)?(analogChannelToDigitalPin(p)):-1)
#define digitalPinToInterrupt(p) (((p)<48)?(p):-1)
Expand Down

0 comments on commit e7d54e2

Please sign in to comment.