Skip to content
Snippets Groups Projects
Commit 12e8f047 authored by Quentin Bolsee's avatar Quentin Bolsee
Browse files

improve README

parent 22183a53
Branches
No related tags found
No related merge requests found
......@@ -31,6 +31,9 @@ import mpy_bridge
# instantiate the device on serial port COM1
d = mpy_bridge.Device("COM1")
# prints available functions
print(d)
# call the function
d.led_on()
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment