mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 16:33:40 +00:00
stm32: support pin input interrupts
This commit is contained in:
@@ -20,6 +20,10 @@ const (
|
||||
LED_BLUE = PD15
|
||||
)
|
||||
|
||||
const (
|
||||
BUTTON = PA0
|
||||
)
|
||||
|
||||
// UART pins
|
||||
const (
|
||||
UART_TX_PIN = PA2
|
||||
|
||||
Reference in New Issue
Block a user