mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 10:43:29 +00:00
machine/nrf: SPI master implementation
Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
committed by
Ayke van Laethem
parent
23b283366d
commit
06ab3a836f
@@ -44,3 +44,10 @@ const (
|
||||
SDA_PIN = 26
|
||||
SCL_PIN = 27
|
||||
)
|
||||
|
||||
// SPI pins
|
||||
const (
|
||||
SPI0_SCK_PIN = 25
|
||||
SPI0_MOSI_PIN = 23
|
||||
SPI0_MISO_PIN = 24
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user