Skip to content

Instantly share code, notes, and snippets.

View BrentonPoke's full-sized avatar

Brenton Poke BrentonPoke

  • Lansing, MI
View GitHub Profile
#include <BLEAdvertisedDevice.h>
#include <BLEDevice.h>
#include <BLEScan.h>
const int PIN = 2;
const int CUTOFF = -60;
void setup() {
pinMode(PIN, OUTPUT);
BLEDevice::init("");