28 #ifndef PLATFORM_BLUEY_1V1    29 #define PLATFORM_BLUEY_1V1    44 #define LEDS_ACTIVE_STATE 0    52 #define BUTTONS_ACTIVE_STATE 0    54 #define BUTTON_PULL    NRF_GPIO_PIN_PULLUP    60 #define RX_PIN_NUMBER  8    61 #define TX_PIN_NUMBER  6    62 #define CTS_PIN_NUMBER 7    63 #define RTS_PIN_NUMBER 5    80 #define HDC1010_DRDYN_PIN   12    82 #define HDC1010_ADRS        0x40    88 #define APDS9300_INT_PIN    14    89 #define APDS9300_ADRS       0x39    95 #define LSM6DS3_INT1_PIN    15    96 #define LSM6DS3_INT2_PIN    20    97 #define LSM6DS3_ADRS        0x6A   103 #define MICROSD_CS_PIN      22   104 #define MICROSD_DI_PIN      23   105 #define MICROSD_DO_PIN      24   106 #define MICROSD_CLK_PIN     25   109 #define DC_DC_CIRCUITRY     true   113 #define NFC_CIRCUITRY       true   116 #define LFCLK_XTAL_PRESENT  true   119 #define HFCLK_XTAL_PRESENT  true   122 #define BOARD_LFCLKSRC_STRUCT  {.source        = NRF_CLOCK_LF_SRC_XTAL,            \   125                                     .accuracy = NRF_CLOCK_LF_ACCURACY_20_PPM}   127 #define BOARD_LFCLKSRC         NRF_CLOCK_LFCLK_Xtal