Symmetry is important
This commit is contained in:
parent
4ca1444747
commit
f8a3cf8d6b
1 changed files with 1 additions and 1 deletions
|
@ -32,8 +32,8 @@ static uint8_t spi_send_byte(uint8_t value) {
|
|||
|
||||
_delay_us(SPI_PULSE_USEC);
|
||||
|
||||
ret <<= 1;
|
||||
value <<= 1;
|
||||
ret <<= 1;
|
||||
|
||||
if (SI_IS_HIGH()) {
|
||||
ret |= 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue