Name | revcolorsensor JSON |
Version |
1.0.5
JSON |
| download |
home_page | |
Summary | This is a Python library that allows Raspberry Pi's to use the REV Color Sensor without a Roborio/FRC project. |
upload_time | 2023-11-17 23:10:59 |
maintainer | |
docs_url | None |
author | Jason Li |
requires_python | >=3.6,<4.0 |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# revcolorsensor
This is a Python library that allows Raspberry Pi's to use the [REV Color Sensor](https://www.revrobotics.com/rev-31-1557/) without a Roborio/FRC project.
## Installation
```
pip3 install revcolorsensor
```
## pigpio
You will need to run the [`pigpio` daemon](https://abyz.me.uk/rpi/pigpio/) for this library to work.
Install with:
```
sudo apt-get install pigpiod
```
You can run this after booting up the Raspberry Pi:
```
sudo pigpiod
```
or, run this *once* and it will do it automatically on boot each time:
```
sudo systemctl enable pigpiod
```
## Resources
[API Docs](https://jasonli0616.github.io/revcolorsensor/revcolorsensor/)
[Examples](https://github.com/jasonli0616/revcolorsensor/tree/master/examples)
[Pypi](https://pypi.org/project/revcolorsensor/)
Raw data
{
"_id": null,
"home_page": "",
"name": "revcolorsensor",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6,<4.0",
"maintainer_email": "",
"keywords": "",
"author": "Jason Li",
"author_email": "jasonli.0616@outlook.com",
"download_url": "https://files.pythonhosted.org/packages/75/0c/75e9e3ee91d129b40d63d46623f08a626fd45a0d3d82cb2c0694e0ecfd97/revcolorsensor-1.0.5.tar.gz",
"platform": null,
"description": "# revcolorsensor\n\nThis is a Python library that allows Raspberry Pi's to use the [REV Color Sensor](https://www.revrobotics.com/rev-31-1557/) without a Roborio/FRC project.\n\n## Installation\n\n```\npip3 install revcolorsensor\n```\n\n## pigpio\n\nYou will need to run the [`pigpio` daemon](https://abyz.me.uk/rpi/pigpio/) for this library to work.\n\nInstall with:\n\n```\nsudo apt-get install pigpiod\n```\n\nYou can run this after booting up the Raspberry Pi:\n\n```\nsudo pigpiod\n```\n\nor, run this *once* and it will do it automatically on boot each time:\n\n```\nsudo systemctl enable pigpiod\n```\n\n## Resources\n\n[API Docs](https://jasonli0616.github.io/revcolorsensor/revcolorsensor/)\n\n[Examples](https://github.com/jasonli0616/revcolorsensor/tree/master/examples)\n\n[Pypi](https://pypi.org/project/revcolorsensor/)",
"bugtrack_url": null,
"license": "",
"summary": "This is a Python library that allows Raspberry Pi's to use the REV Color Sensor without a Roborio/FRC project.",
"version": "1.0.5",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "dff7fd4e206d2105b6644eba00009bf99657b3b55646363422b997829ce80046",
"md5": "035eeae26e539727325e49374d28e096",
"sha256": "fc1dfbde35b8b08e4e9535675a7fb4cc800227104b9db4518ca887db9396e384"
},
"downloads": -1,
"filename": "revcolorsensor-1.0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "035eeae26e539727325e49374d28e096",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6,<4.0",
"size": 6215,
"upload_time": "2023-11-17T23:10:58",
"upload_time_iso_8601": "2023-11-17T23:10:58.042617Z",
"url": "https://files.pythonhosted.org/packages/df/f7/fd4e206d2105b6644eba00009bf99657b3b55646363422b997829ce80046/revcolorsensor-1.0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "750c75e9e3ee91d129b40d63d46623f08a626fd45a0d3d82cb2c0694e0ecfd97",
"md5": "5bbbd1e055f29b0667cf2add78d5edae",
"sha256": "def32ed91f539c9052a5dd45b3162f7d6afd201afeaf38077282c420af90e58c"
},
"downloads": -1,
"filename": "revcolorsensor-1.0.5.tar.gz",
"has_sig": false,
"md5_digest": "5bbbd1e055f29b0667cf2add78d5edae",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6,<4.0",
"size": 5577,
"upload_time": "2023-11-17T23:10:59",
"upload_time_iso_8601": "2023-11-17T23:10:59.554505Z",
"url": "https://files.pythonhosted.org/packages/75/0c/75e9e3ee91d129b40d63d46623f08a626fd45a0d3d82cb2c0694e0ecfd97/revcolorsensor-1.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-17 23:10:59",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "revcolorsensor"
}