Blame view

software/pwm_handler/upython/boot.py 71 Bytes
14b996da3   benny   First commit
1
2
3
4
  # boot.py -- run on boot-up
  
  import pyb
  pyb.main('pwm_handler.py')