Skip to content

laurensvalk/ev3devlight-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Examples for using the ev3devlight module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages