CorjanV
CorjanV
Yes, sure. Here it is: ``` #include #include #define KLAVIER_LED_ON PORTE |= 0b00000100; #define KLAVIER_LED_OFF PORTE &= ~0b00000100; #define CH_S1 5 #define CH_S2 13 #define CH_S4 A5 #define CH_S8 A4...
Any progress so far? I'm reporting the same issue: cover is only responding to PROG. Tried changing the variable 'repeat' in sendCommand(), but no luck so far. I have no...
What transmitter do you use for rflink now? I'm trying to find differences in my design, and I noticed @evgeni uses the 10 pin version of the CC1101. I'm using...