Skip to content
Snippets Groups Projects

merge Nico

Merged nicolas.albanesi requested to merge nico into master
3 files
+ 435
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 6
0
# boot.py -- run on boot-up
# can run arbitrary Python, but best to keep it minimal
import mbed
from userlib import *
mbed.main('main.py') # main script to run after this one
\ No newline at end of file
Loading