stm32: support pin input interrupts

This commit is contained in:
Kenneth Bell
2021-05-31 17:45:49 -07:00
committed by Ron Evans
parent c017ed2242
commit 5f9e339cf3
16 changed files with 527 additions and 0 deletions
+4
View File
@@ -20,6 +20,10 @@ const (
LED_BLUE = PD15
)
const (
BUTTON = PA0
)
// UART pins
const (
UART_TX_PIN = PA2