Search found 2 matches

by bluefarmer
Fri Mar 27, 2020 2:14 pm
Forum: General Discussion and Questions
Topic: C Modules compiled as C++
Replies: 3
Views: 1667

Re: C Modules compiled as C++

Great, thanks for the suggestions! This gives me some directions to try.
by bluefarmer
Mon Mar 23, 2020 2:13 pm
Forum: General Discussion and Questions
Topic: C Modules compiled as C++
Replies: 3
Views: 1667

C Modules compiled as C++

Hi, I've got a bunch of code and utilities that I'd like to tap into from MicroPython. This functionality is accessed through some c++ header files. Unfortunately, by default the C Modules (like the name) are C only. I could create an intermediary layer that would wrap a c++ function util::math::add...