Skip to content

Instantly share code, notes, and snippets.

View badgerkadams's full-sized avatar

badgerkadams badgerkadams

  • Bright.AI
  • Minneapolis
View GitHub Profile

Keybase proof

I hereby claim:

  • I am badgerkadams on github.
  • I am badgerkadams (https://keybase.io/badgerkadams) on keybase.
  • I have a public key ASAT-tAOsXja5t_XAPFXxJd6vwQth1tz5VJmZh12CJsSxQo

To claim this, I am signing this object:

@badgerkadams
badgerkadams / gist:45cccc28446d57930b193a22e6f11a74
Created May 15, 2016 14:20
Umbrella Lights On if Rain in Forecast
//This code will turn on the light when the forecast description contains a word indicating rain.
int i = 0;
int led1 = D0;
int led2 = D7;
int loopCount;
void initialize() {