mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 23:43:40 +00:00
all: move stm32 files to separate repository
This commit is contained in:
committed by
Ron Evans
parent
47a622a903
commit
644356c220
@@ -7,9 +7,9 @@ package machine
|
||||
// depending on the size of that register in the MCU's TIM_Type structure.
|
||||
|
||||
import (
|
||||
"device/stm32"
|
||||
"runtime/interrupt"
|
||||
"runtime/volatile"
|
||||
"tinygo.org/x/device/stm32"
|
||||
)
|
||||
|
||||
const PWM_MODE1 = 0x6
|
||||
|
||||
Reference in New Issue
Block a user