Driving 595 shift register with SPI.
This commit is contained in:
parent
4850412316
commit
9512a0dd97
25 changed files with 5098 additions and 2 deletions
|
@ -29,5 +29,3 @@ int uart_getchar(FILE *stream) {
|
|||
loop_until_bit_is_set(UCSR0A, RXC0);
|
||||
return UDR0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue