Skip to content

Instantly share code, notes, and snippets.

View halfbyte's full-sized avatar
🌍
Doing stuff

Jan Krutisch halfbyte

🌍
Doing stuff
View GitHub Profile
#define DATAOUT 11//MOSI
#define DATAIN 12//MISO
#define SPICLOCK 13//sck
#define SLAVESELECT 10//ss
#define REGISTERSET 9
// opcodes
#define CLR 1
#define HOME 2