GITLAB
bdubois
/ stm32upy
Sign in
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
14b996da34c1d772ab34d975bd50be4c7a81e085
master
14b996da34c1d772ab34d975bd50be4c7a81e085
stm32upy
software
adc_acquisition
upython
boot.py
14b996da3
First commit
Browse Code »
benny
4 years ago
boot.py
71 Bytes
edit
raw
blame
history
1
2
3
4
# boot.py -- run on boot-up
import
pyb
pyb.main(
'pwm_handler.py'
)