Page 1 of 1

Bit and spi

Posted: 20 May 2022 15:53
by garbe
With mikrobasic
We can send byte in spi (spi1_write())
but how to send bit ?
thanks

Re: Bit and spi

Posted: 21 May 2022 08:26
by sgssn
Hello
you can not send a single bit via SPI. SPI always sends 8 data bit.

regards
Gerhard

Re: Bit and spi

Posted: 21 May 2022 08:39
by garbe
thanks