Tabs to spaces.
This commit is contained in:
parent
ebaf86a86c
commit
7950677939
@ -52,6 +52,10 @@ static int uart_getchar(FILE *stream) {
|
|||||||
return UDR0;
|
return UDR0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static int digital_read(sfr, bit) {
|
||||||
|
return bit_is_set(sft, bit) && 1;
|
||||||
|
}
|
||||||
|
|
||||||
void init(void) {
|
void init(void) {
|
||||||
|
|
||||||
/* Make PORTD3..7 PORTD0..1 (Arduino digital 3..9) input by clearing bits in DDR */
|
/* Make PORTD3..7 PORTD0..1 (Arduino digital 3..9) input by clearing bits in DDR */
|
||||||
|
Loading…
Reference in New Issue
Block a user