Théo Meyer
Théo Meyer
Here is a quick sample code for controlling GPIO that works for me : ```C #include "loragw_reg.h" void lgw_pin_mode_set(uint8_t pin, bool output) { uint16_t reg_dir, reg_sel; int32_t reg_val = 0;...
Here is a quick sample code for controlling GPIO that works for me : ```C #include "loragw_reg.h" void lgw_pin_mode_set(uint8_t pin, bool output) { uint16_t reg_dir, reg_sel; int32_t reg_val = 0;...
Maybe the Native USB issue is related to #103