Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 832 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 832 Bytes

ev3devlight-examples

Examples for using ev3devlight.

Installation for micropython

upip install ev3devlight

Installation for python 3 (optional)

  • First follow the installation step above.
  • The library also works with python3. We just need to tell it where to find the library. To do so, run:
ln -s /home/robot/.micropython/lib/ev3devlight /home/robot/.local/lib/python3.5/site-packages/ev3devlight 

Usage

  • For now, look at any of the examples above.
  • Use any method you like to run the programs, but I recommend the vscode IDE for EV3.