rocketscream
rocketscream
I think passing a value in unit of seconds is better suited for LMIC as transmission interval can varies from a minute (for lower SF) to even few hours once...
Please post entire code. The external interrupt does have timing limitation (look at the datasheet) in the sense it needs to of certain minimum clock width for the ISR to...
Do you mind submitting a pull without the revision number added, so I could add any other relevant pull or fixes before a proper release?
Are you using any other library that possibly accessing the same interrupt vector? What version of the Arduino AVR board support are you using?
Please submit a pull request if you have them supported. I don't think I'll be adding them soon.
Support on the B version is yet to be done. Do take a look at the [differences here](http://www.microchip.com//wwwAppNotes/AppNotes.aspx?appnote=en591418).
@AnoxySoftware thank you for the suggestion. I'm going to do a clean up on the libraries.
It works just fine over here as we test every piece of our SAMD21 based board during production that way.
Actually, the non-P version of the ATmega168 does not have extended power standby mode unlike the ATmega168P. If you do that, it will result in error as those bits are...
> Yes, I would do it. Sorry but I think I made a mistake on V1.70 as it was merged from a pull request without me checking the release note...