You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what are those pin names? nss is CS, busyPin is busy, dio1 is dio1 - bit the others don't map to any pin names I can find on my part or in the datasheet. Please advise?
The text was updated successfully, but these errors were encountered:
@ofauchon perhaps you know?
var (
spi = machine.SPI1
nssPin, busyPin, dio1Pin = machine.GP13, machine.GP6, machine.GP7
rxPin, txLowPin, txHighPin = machine.GP9, machine.GP8, machine.GP8
)
what are those pin names? nss is CS, busyPin is busy, dio1 is dio1 - bit the others don't map to any pin names I can find on my part or in the datasheet. Please advise?
The text was updated successfully, but these errors were encountered: