This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

python algorithm convert to c

Hi,

I running a code that written on C and compiled with IAR for few years on nRF52832.
Now i have a task to implement a new algorithm on embbeded but it was written with python.

Does someone had a good experience with converting python to C?
Converter to pure C, without GCC references.


Thanks

Related