Skip to content

Instantly share code, notes, and snippets.

View AbdulTade's full-sized avatar

ABDUL-HAMEED Oluwashegu Tade AbdulTade

View GitHub Profile
#include <SPI.h>
int button = 6;
bool command(int pin)
{
return (digitalRead(pin) == HIGH) ? true : false;
}
char * dataFormattedString(double data)