SuperMakeSomething / diy-stream-deck Public Notifications You must be signed in to change notification settings Fork 24 Star 189 Code Issues2 Pull requests0 Actions Projects Security and quality0 ...
#define write_16(x) { PORTA = (x) >> 8; PORTC = x; WR_STROBE;} #define write8(x) { PORTC = x; WR_STROBE;} ...