Closed david-sawatzke closed 3 years ago
Also moves flush into the send function, otherwise the buffer will get to big.
flush
We also save 20-40 bytes of RAM. Yay!
Followup to #18, works on avr. (not particularly hard, since its mosi line is low on idle, but anything faster will work anyway)
Also moves
flush
into the send function, otherwise the buffer will get to big.We also save 20-40 bytes of RAM. Yay!
Followup to #18, works on avr. (not particularly hard, since its mosi line is low on idle, but anything faster will work anyway)