I downloaded spin2cpp from github but the spin2cpp.exe file was not included, only the c source files. Google was no help in finding it. Is it available somewhere or do I have to build it from source?
github doesn't always make it easy to find the release files. There is a small tag that says "1 Releases". Clicking on that will take you to the release directory:
github doesn't always make it easy to find the release files. There is a small tag that says "1 Releases". Clicking on that will take you to the release directory:
I am starting a new project that will be using the PropBOE, but there isn't any C drivers for that board. The first one I will be converting will be the ADC Spin code to C code, since there will be other drivers that will be converted, has their ever been any consideration for adding a make lib functionality to spin2cpp? I know SimpleIDE has a system for doing that, but it seems like using spin2cpp would maybe be a more convenient way of accomplishing this. I guess what I am thinking is creating a propboe lib, which would contain all the drivers for the PropellerBOE.
Comments
https://github.com/totalspectrum/spin2cpp/releases/
which is where the zip files containing executables are.
You're absolutely right, they certainly don't make finding it easy. Thank you for the help. Very much appreciated.
Ray