lorawan-library-for-pico
lorawan-library-for-pico copied to clipboard
Changes to improve useability with class C devices
Made a couple changes to make it easier to use class C devices and gpio interrupts.
- added a function called int lorawan_change_device_class(DeviceClass_t newClass) that changes a global variable deivceClass to newClass and runs the LmHandlerRequestClass function.
- Changed the IRQ call for dio_gpio_callback to be a raw IRQ handler in order to free up the default GPIO IRQ callback mechanism for the user application.