-
-
Notifications
You must be signed in to change notification settings - Fork 1
lib/cmwx1: Add CMWX1ZZABZ-093 driver. #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
394e906
to
3d504ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we also get rid of the pyb
and utime
imports and use the new ones from machine and time?
3f50926
to
a2d93f3
Compare
Done, all other comments fixed too. Note we can't use The only change needed in the OpenMV example is: from cmwx1 import *
lora = Lora(band=Lora.BAND_EU868, poll_ms=60000, debug=False)
`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest we use the None pattern instead of hardcoding the band constant in the init function.
a2d93f3
to
c7c2196
Compare
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
c7c2196
to
6ba1844
Compare
No description provided.