Skip to content

Instantly share code, notes, and snippets.

View stopshinal's full-sized avatar

Justin Sinichko stopshinal

  • @canvasco
  • Boulder, Colorado
View GitHub Profile
#include "Particle.h"
#define BAY_1_HEAT_PIN WKP
#define BAY_2_HEAT_PIN A4
#define LED_RED_PIN D0
#define LED_GREEN_PIN D1
#define LED_BLUE_PIN P1S1
#define LED_WHITE_PIN P1S0

Keybase proof

I hereby claim:

  • I am stopshinal on github.
  • I am stopshinal (https://keybase.io/stopshinal) on keybase.
  • I have a public key ASBWjMD5q-skTxGyP8uVDZagZusownsKpTRVCgg6kJC5_Qo

To claim this, I am signing this object:

@stopshinal
stopshinal / main.ino
Last active May 24, 2016 00:58
SlackAlert.ino
#include "ScreenlessLed.h"
#include "ScreenlessButton.h"
#include "ScreenlessBuzzer.h"
ScreenlessLed screenlessLed;
ScreenlessButton screenlessButton;
ScreenlessBuzzer screenlessBuzzer;
SYSTEM_MODE(AUTOMATIC);
<title>TITLE (up to 50 characters)</title>
<meta name="description" content="DESCRIPTION (up to 150 characters)">
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="TITLE">
<meta itemprop="description" content="DESCRIPTION">
<!-- Schema image tag must be at least 180x120px -->
<meta itemprop="image" content="http://www.example.com/image.jpg">
<!-- Twitter Card data -->