Hi
I somehow have serious trouble sending vars through serial between my Teensy and Raspi.
(I want to send strings like: "myVar:1;")
int i = 2;
Serial1.write("myVar:");
Serial1.write(i);
hi,
i had a first try ever and got my first PCBs delivered .. while equiping it turns out, that i made a mistake in the blueprint for my slide-pots so I had to be creative.. the holes are too small for the pins of...
Hi,
something I really don't get.. in the shiftPWM-lib i have to uncomment the following lines to get it working
#define SHIFTPWM_NOSPI
const int ShiftPWM_dataPin = 11;
const int ShiftPWM_clockPin = 13;
.....