forked from stm32duino/Arduino_Core_STM32
-
Notifications
You must be signed in to change notification settings - Fork 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
Add support for Sigfox #145
Labels
Comments
dhineshkumarmcci
changed the title
Add stm32_interrupt_enable function for "C" to support Sigfox library
Add support for Sigfox library
Jan 20, 2021
dhineshkumarmcci
changed the title
Add support for Sigfox library
Add support for Sigfox
Jan 20, 2021
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a function stm32_interrupt_enable for "C" in
interrupt.cpp
to call thestm32_interrupt_enable
function from the C codearduino_wrapper.c
ofMCCI_Sigfox_Image
library.Add an topic as
Technology
and add bothLoRaWAN
andSigfox
to that.The text was updated successfully, but these errors were encountered: