aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/board_reelboard.go
diff options
context:
space:
mode:
authordeadprogram <[email protected]>2020-07-07 18:52:27 +0200
committerAyke <[email protected]>2020-07-23 22:45:23 +0200
commitd1c4ed664e540e00b3d18ff340d6798c45b382cf (patch)
tree75c135fb8a87e1846f2e8517e077ae01ec9c7b7a /src/machine/board_reelboard.go
parentfdaddf6917a37a243af085ff5de1fc4db448566a (diff)
downloadtinygo-d1c4ed664e540e00b3d18ff340d6798c45b382cf.tar.gz
tinygo-d1c4ed664e540e00b3d18ff340d6798c45b382cf.zip
all: changeover to eliminate all direct use of master/slave terminology
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to 'src/machine/board_reelboard.go')
-rw-r--r--src/machine/board_reelboard.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/machine/board_reelboard.go b/src/machine/board_reelboard.go
index 789c4283b..400ad4212 100644
--- a/src/machine/board_reelboard.go
+++ b/src/machine/board_reelboard.go
@@ -20,7 +20,7 @@ const (
EPD_DC_PIN Pin = 16
EPD_CS_PIN Pin = 17
EPD_SCK_PIN Pin = 19
- EPD_MOSI_PIN Pin = 20
+ EPD_SDO_PIN Pin = 20
POWER_SUPPLY_PIN Pin = 32
)
@@ -43,9 +43,9 @@ const (
// SPI pins
const (
- SPI0_SCK_PIN Pin = 47
- SPI0_MOSI_PIN Pin = 45
- SPI0_MISO_PIN Pin = 46
+ SPI0_SCK_PIN Pin = 47
+ SPI0_SDO_PIN Pin = 45
+ SPI0_SDI_PIN Pin = 46
)
// PowerSupplyActive enables the supply voltages for nRF52840 and peripherals (true) or only for nRF52840 (false)