diff options
author | Elias Naur <[email protected]> | 2021-12-24 12:37:12 +0100 |
---|---|---|
committer | kenbell <[email protected]> | 2021-12-31 10:30:48 +0000 |
commit | 302e72e84fa0a4dc4f53891e612955d3f079c78c (patch) | |
tree | e43e557bdb2e5499344a4b71f0e2f64aff130459 /src/machine/machine_stm32.go | |
parent | 55ca5287fe5f802919302df901e761b84b02d453 (diff) | |
download | tinygo-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.go | 1 |
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: |