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/*
```
> 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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file rr-cilantro-0.1.0.tar.gz
.
File metadata
- Download URL: rr-cilantro-0.1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fac157de9c6de7b9a55f7cbd10148ccb93a5a8348033b494e293a5651807b1b |
|
MD5 | 4bcd67b34729282af2f652b823c042d2 |
|
BLAKE2b-256 | f0128c5150b84fc15086c67dfa554309771bb68855517c8604129ab914c0d966 |