A demo of pylogix for micropython
- What is micropython?
- Differences to python3
- Why support it?
- How it started?
- https://micropython.org/
- https://docs.micropython.org/en/latest/
- Where can you use it?
- Building micropython from source
- Pico flashing
- Hands-on demo
- main.py
- boot.py
- hello world function
- installing pylogix with mip
- installing pylogix locally
- pylogix example https://github.com/dmroeder/pylogix/tree/master/examples/01_micropython_example
- Questions