[RN2483] Add some example code for new RN2483 library

Since I have rewritten the entire library, I may also add some short example code to illustrate the new async features.
This commit is contained in:
Gijs Noorlander
2020-02-17 23:28:24 +01:00
parent da5c15258e
commit ebd0dcf7c2
5 changed files with 290 additions and 6 deletions
@@ -456,6 +456,10 @@ void rn2xx3_handler::setAsyncMode(bool enabled) {
_asyncMode = enabled;
}
bool rn2xx3_handler::getAsyncMode() const {
return _asyncMode;
}
bool rn2xx3_handler::useOTAA() const {
return _otaa;
}