Integer types were conflicting and naming was confusing so I fixed those.
TRUE and FALSE weren't defined by my compiler so I added those to the types file so the code can build.
ReadWriteSPI function declaration was missing from header file so I added it.
The 429 driver is far from complete since it isn't written for multiple instances and the header files are not c++ compatible. In my application I have to modify every function to have an instance pointer so I can use multiple devices or I will have to convert the code to c++.
Integer types were conflicting and naming was confusing so I fixed those. TRUE and FALSE weren't defined by my compiler so I added those to the types file so the code can build. ReadWriteSPI function declaration was missing from header file so I added it.
The 429 driver is far from complete since it isn't written for multiple instances and the header files are not c++ compatible. In my application I have to modify every function to have an instance pointer so I can use multiple devices or I will have to convert the code to c++.