Skip to content

Instantly share code, notes, and snippets.

View michaelhohl's full-sized avatar

Michael Hohl michaelhohl

View GitHub Profile
#include "application.h"
bool bikeIsOn = false;
int inputPin[6] = {A0,A1,A2,A3,A4,A5};
int bikeValue[6];
int bikePreviousValue[6];
int i = 0;
char publishString[40];