Skip to main content

A CamJam Edukit 3 Wrapper

Project description

# cilantro
> Python Robot API for the CamJam Edukit 3

## Example usage

```python
from cilantro import Robot
from time import sleep

# Create instance of robot
robot = Robot()

# Go forward for 5 seconds then stop
robot.motors.m0 = 100
robot.motors.m1 = 100
sleep(5)
robot.motors.m0 = 0
robot.motors.m1 = 0
```


## Distribute
Create source distribution
```
python setup.py sdist
```

Create wheel
```
python setup.py bdist_wheel
```

Upload to pypi
```
twine upload dist/*
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rr-cilantro-0.1.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page