Welcome.
I want to make a gateway on a Wemos board + a dedicated 0.66 oled display.
The problem is that the RFM69 radio occupies one pin of the I2C bus for me.
The question is how to change this pin to another pin in the program or library. Specifically, the pin in question is the RFM's DIO0-IRQ pin.
I have tried several ways but either the radio doesn't work or the ESP doesn't start.
.
Program don't comment I know it's a mess, for now it's just testing. The program itself works fine.
I want to make a gateway on a Wemos board + a dedicated 0.66 oled display.
The problem is that the RFM69 radio occupies one pin of the I2C bus for me.
The question is how to change this pin to another pin in the program or library. Specifically, the pin in question is the RFM's DIO0-IRQ pin.
I have tried several ways but either the radio doesn't work or the ESP doesn't start.
Code: C / C++
Program don't comment I know it's a mess, for now it's just testing. The program itself works fine.