Skip to content

Instantly share code, notes, and snippets.

View don's full-sized avatar

Don Coleman don

View GitHub Profile
@don
don / sample-arduino-101-notify-random.ino
Last active July 13, 2016 00:40 — forked from dkarchmer/sample-arduino-101-notify-random.ino
Sample Arduino 101 code advertising BLE characteristic with 'BLERead | BLENotify'
//Sample using LiquidCrystal library
//#include <LiquidCrystal.h>
#include <CurieBLE.h>
// select the pins used on the LCD panel
//LiquidCrystal lcd(8, 9, 4, 5, 6, 7);
// define some values used by the panel and buttons
int lcd_key = 0;
int adc_key_in = 0;