08-09-2024, 03:08 AM
For the APIs you're calling you can just use `Declare Library` with no library listed. Those APIs are part of the C standard library that QB64 already includes so you don't need to specify the library they come from.
As for the code, I don't know much about the `spidev` device but the code looks passable, the functions all look like they're called correctly.
As for the code, I don't know much about the `spidev` device but the code looks passable, the functions all look like they're called correctly.