1
0
Fork 0
mirror of synced 2025-07-03 11:56:56 +02:00

Driving 595 shift register with SPI.

This commit is contained in:
Mika Tuupola 2011-11-20 19:11:58 +02:00
parent 4850412316
commit 9512a0dd97
25 changed files with 5098 additions and 2 deletions

View file

@ -29,5 +29,3 @@ int uart_getchar(FILE *stream) {
loop_until_bit_is_set(UCSR0A, RXC0);
return UDR0;
}