mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 23:43:40 +00:00
stm32: support pin input interrupts
This commit is contained in:
@@ -11,6 +11,12 @@ const (
|
||||
LED = PC13
|
||||
)
|
||||
|
||||
const (
|
||||
// This board does not have a user button, so
|
||||
// use first GPIO pin by default
|
||||
BUTTON = PA0
|
||||
)
|
||||
|
||||
var Serial = UART1
|
||||
|
||||
// UART pins
|
||||
|
||||
Reference in New Issue
Block a user