1 2 3 4 5 6 7 8 9 10 11
//go:build stm32f7 package main import "machine" var ( pwm = &machine.TIM1 pinA = machine.PA8 pinB = machine.PA9 )