Closed MainWire closed 7 months ago
Unfortunately, I'm not familiar with PlatformIO. In your path I see a CH559. Please make sure that the header file ch554.h is used. Try renaming nrf2cdc.c to main.c.
I finally managed to get it to compile, I just deleted everything and started over, must have done something with the files I downloaded. Thanks !
Hi,
I am making a project that uses the NRF24 and the CH552G. I found you'r project that looks pretty good. I am currently trying to compile it and test it with my NRF emmiter, but I have a few problems with the compilation, first of all the USB_ISR function isn't recognized, and causes an error.
I have other compilation errors that I pasted here : https://dpaste.org/zbfYO, I suppose I missed something, because I shouldn't be having so much errors ?
The code is in a C file, I'm using platformIO to compile everything. I have literally downloaded every h file, but I still get errors.
Thanks for your help !