0 Members and 2 Guests are viewing this topic.
Wow, that's quite cool! I've built some little things like this, but nothing as fleshed out of this. I can't wait to see where this goes.
// Pseudocode:// Repeat 8 times// Wait for SCK to go LOW / Execute program if RUN is LOW// DOUT = 0// Wait for SCK to go HIGH again// Read bit from DIN and store to buffer// End// Move byte from buffer to address// Increment address// DOUT = 1// Otherwise: receive another byte