aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/machine_stm32.go
diff options
context:
space:
mode:
authorElias Naur <[email protected]>2021-12-24 12:37:12 +0100
committerkenbell <[email protected]>2021-12-31 10:30:48 +0000
commit302e72e84fa0a4dc4f53891e612955d3f079c78c (patch)
treee43e557bdb2e5499344a4b71f0e2f64aff130459 /src/machine/machine_stm32.go
parent55ca5287fe5f802919302df901e761b84b02d453 (diff)
downloadtinygo-302e72e84fa0a4dc4f53891e612955d3f079c78c.tar.gz
tinygo-302e72e84fa0a4dc4f53891e612955d3f079c78c.zip
machine: add PG* and PK* pins
They're used for LEDs on the STM32F469-Discovery board.
Diffstat (limited to 'src/machine/machine_stm32.go')
-rw-r--r--src/machine/machine_stm32.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/machine/machine_stm32.go b/src/machine/machine_stm32.go
index 01748628d..1f92b1957 100644
--- a/src/machine/machine_stm32.go
+++ b/src/machine/machine_stm32.go
@@ -19,6 +19,7 @@ const (
portH
portI
portJ
+ portK
)
// Peripheral operations sequence: