Jump to content
  • 0

spidev for DPOT


Efried

Question

1 answer to this question

Recommended Posts

Hi @Efried,

I'm not familiar with the Raspberry Pi function calls, but I would recommend converting the 8 bits that are being sent into a single byte and then just using the spi.writebytes function to send a single byte (typecasted as an int). Or if the function wants an array of int's that are either 0 or 1, you could do that as well through typecasting.

Thanks,
JColvin

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...