Skip to content

Instantly share code, notes, and snippets.

@webhive
webhive / custom_board.h
Last active September 15, 2020 07:08
BLE400 custom board file
#ifndef BLE400_H
#define BLE400_H
// LEDs definitions for BLE400
#define LEDS_NUMBER 5
#define LED_START 18
#define LED_1 18
#define LED_2 19
#define LED_3 20