Replies: 1 comment 3 replies
-
RadioLib does not depend on Arduino, see the NonArduino examples and Wiki for details. However, it is built heavily on C++ object concepts like polymorphism. So it would be rather complicated to rewrite to C. If that is a hard requirement for you, then rather than porting RadioLib I would suggest to find a different library that only implements the basic radio driver that you need. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a project that doesn't support cpp very well.
I am also porting a library that uses RadioLib on an Arduino.
I would like to know if anyone is aware of a simplified version of RadioLib that isn't for Arduino, is written in straight C and doesn't have all the protocols and radio types beyond OOK and FSK.
Beta Was this translation helpful? Give feedback.
All reactions