Re: Remote pump control ideas.
record speed compared to your AVR stuff then.
record speed compared to your AVR stuff then.
Ok, it's unimpressive for any "real" programmer out there, but it helped clear some things out.
It only "feels" like it does stuff at the same time - it doesn't - just does it fast enough that it feels so...
task_t winky(void)
{
while (FOREVER) {
LED = ON;
sleep(1000ms);
LED = OFF;
sleep(1000ms)
}
}

), so the resistor you mention is already in place I think (R2 in this case).
It makes sense, since those pages list the pinout of the unpopulated morpho connectors and the LED is not connected to those - it's straight off the STM.
HAS it been like this the whole time and I simply didn't notice ??? I could've sworn I saw 5v on one of its pins, and no, not just the 5v output...
Comment