This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <SPI.h> | |
#include <BLEPeripheral.h> | |
#include <nrf_sdm.h> | |
#include <nrf_soc.h> | |
#include <WInterrupts.h> | |
#define BAUDRATE 38400 | |
#define BUTTON_PIN 29 // Active Low Button on my Board at this pin |