The following is a branch depending on the value of inverted_reset.
For now, I think only the Arduino MKR WiFi 1010 is inverted.
I would like to put this process somewhere, but my idea is to modify wifinina.Configure() to accept something like wifinina.Config{}.
This change will break compatibility.
I thought about reversing the logic in the machine package, but I'm not sure if that's a good idea.
The following is a branch depending on the value of inverted_reset. For now, I think only the Arduino MKR WiFi 1010 is inverted.
I would like to put this process somewhere, but my idea is to modify wifinina.Configure() to accept something like wifinina.Config{}. This change will break compatibility. I thought about reversing the logic in the machine package, but I'm not sure if that's a good idea.
https://github.com/arduino-libraries/WiFiNINA/blob/dcab40253ec162644f70ac212437c1b97811cd2b/src/utility/spi_drv.cpp#L107-L110
Arduino MKR WiFi 1010
PyPortal