corrected a bit of overzealous tidying

This commit is contained in:
Gareth Coleman
2024-04-22 17:21:41 +01:00
parent 6669b22db3
commit ccbf635eef
5 changed files with 17 additions and 19 deletions

View File

@@ -51,12 +51,12 @@ extern "C" {
#define NEOPIXEL_TYPE (NEO_GRB + NEO_KHZ800) // type of neopixels in use
#define LED_BUILTIN PIN_LED1
#define PIN_LED2
#define LED_CONN PIN_LED2
#define LED_RED PIN_LED1
#define LED_BLUE PIN_LED2
#define 1 // State when LED is litted
#define LED_STATE_ON 1 // State when LED is litted
/*
* Buttons
@@ -158,4 +158,4 @@ static const uint8_t SCK = PIN_SPI_SCK;
* Arduino objects - C++ only
*----------------------------------------------------------------------------*/
#endif
#endif