mcci-catena / Arduino_Core_STM32

STM32 core support for Arduino
2 stars 7 forks source link

Add support for Sigfox #145

Open dhineshkumarmcci opened 3 years ago

dhineshkumarmcci commented 3 years ago

Add a function stm32_interrupt_enable for "C" in interrupt.cpp to call the stm32_interrupt_enable function from the C code arduino_wrapper.c of MCCI_Sigfox_Image library.

Add an topic as Technology and add both LoRaWAN and Sigfox to that.

terrillmoore commented 2 years ago

I think the approach here was slightly off. Rather than add a new API, the existing API should be declared extern "C". I'm filing a separate issue for that.