I’m trying to create a WiFiRS9110 object as below (I know the pins are wrong) for a Raptor board with an RS21 plugged into socket 11.
How do I figure out from the schematics or otherwise what pins to pass?
wifi = new WiFiRS9110(SPI.SPI_module.SPI1, GHI.Hardware.G400.Pin.PB11, GHI.Hardware.G400.Pin.PB11, GHI.Hardware.G400.Pin.PB11);