On 7/11/2023 1:57 PM, Tim Hardisty wrote:
On 11/07/2023 18:28, Ed Sutter wrote:
Hi,
Are there any examples of application code accessing a SPI device on Nuttx?
Thanks,
Ed
Plenty - MAX31855 K-type thermocouple interface for example. Look at the
examples in the Applications setup within menuconfig.
SPI devices will be accessed via character drivers (for example/dev/ktytpe0).
Ahhh yes!!! Thanks! I was searching for files that used .sndblock. Woulda been smarter
to look for files with "SPI" in the name!!!
:-)