Search found 1 match

by christoph
Mon Dec 31, 2018 8:02 pm
Forum: Development of MicroPython
Topic: Writing C(++) code that is easy to add (as a module) to micropython
Replies: 1
Views: 2359

Writing C(++) code that is easy to add (as a module) to micropython

I'd like to write a library in C (or C++) that is easy to use in C++ and also reasonably easy to port to micropython. There are some topics that I'd like to sort out before I start designing my interface. - As I understand it, micropython works on structs that are initialized and modified using norm...