Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Linking this discussion to the PR #700! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am developing a library that sits on top of RadioLib and uses the available radio drivers to allow addressed, acknowledged packetised communication between LoRa devices, a-la RadioHead.
One of the classes I have looks something like this
where I have one class member for the radio driver.
However,
PhysicalLayer
does not define all functions I need, and seems to be missing some part of the interface. For instance, the functionsare defined in some of the subclasses, e.g. they are defined for the
sx1262
radios I am currently testing.Maybe I am missing something, but why does
PhysicalLayer
not define the full interface?BTW, thanks a lot for the work you have put in this library and the continuous support and updates you provide.
Beta Was this translation helpful? Give feedback.
All reactions