mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-26 23:39:08 +00:00
Nano33 IoT: default SPI should be D13/D11/D12 instead of A2/A3/A6 (#781)
* Nano33 IoT: default SPI should be D13/D11/D12 instead of A2/A3/A6
This commit is contained in:
committed by
Ron Evans
parent
cf32607306
commit
2778377ac9
@@ -45,8 +45,8 @@ var (
|
||||
// SPI on the Arduino Nano 33.
|
||||
var (
|
||||
SPI0 = SPI{
|
||||
Bus: sam.SERCOM0_SPI,
|
||||
SERCOM: 0,
|
||||
Bus: sam.SERCOM1_SPI,
|
||||
SERCOM: 1,
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user