RFM69 icon indicating copy to clipboard operation
RFM69 copied to clipboard

STM32F1 is not working with STM32duino package

Open brainelectronics opened this issue 3 years ago • 0 comments

I'm using the official STM32duino package and latest version of this lib (1.4.2) The RFM69.h file defines the 'RF69_IRQ_PIN' as PA3 if __STM32F1__ is defined. The Arduino_Core_STM32 creates a define as STM32F1 thereby the IRQ pin is set in the else case to 2 which is not a working pin.

PR will be created soon for this issue

brainelectronics avatar Nov 06 '20 20:11 brainelectronics