B4R Question Need to convert C++ to B4R code for AC inverter

Mostez

Well-Known Member
Licensed User
Longtime User
Hello,
I would like to make this AC inverter project, and I need to convert the code in this link to B4R code to add some additional features, any Ideas.

Thanks
 

miker2069

Active Member
Licensed User
Longtime User
Lookup B4R inline c - you can put the whole thing as an inline c (change setup() to setup2() or init() and call that from B4R with the RunNative function). It looks like the code is also interrupt driven so whatever additional features you add to it you'll need to factor that in.
 
Upvote 0
Top