apply latest local changes

This commit is contained in:
jhChun
2026-03-23 16:22:25 +09:00
parent 35d6956de2
commit be3ebc9a63
16 changed files with 252 additions and 395 deletions

View File

@@ -47,16 +47,15 @@ extern "C" {
#include "nrf_gpio.h"
// LEDs definitions for PCA10056
#define LEDS_NUMBER 2
#define LEDS_NUMBER 1
#define LED_GR NRF_GPIO_PIN_MAP(0,12) //Green LED for Advertise
#define LED_YL_TEST NRF_GPIO_PIN_MAP(0,29) // Yello LED for Function 260311
#define LEDS_ACTIVE_STATE 0
#define LEDS_LIST { LED_GR, LED_YL_TEST }
#define LEDS_LIST { LED_GR }
#define LEDS_INV_MASK LEDS_MASK
#define BSP_LED_0 LED_GR
#define BSP_LED_1 LED_YL_TEST // 260311
#define BUTTONS_NUMBER 3