Python drivers for the GUVA-C32SM and GUVB-C31SM I2C UV sensors
Project description
Introduction
Python drivers for the GUVA-C32SM and GUVB-C31SM I2C UV sensors
Dependencies
This driver depends on:
Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle or individual libraries can be installed using circup.
Works with the GUVx family of I2C UV light sensors
Installing from PyPI
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:
pip3 install adafruit-circuitpython-guvx-i2c
To install system-wide (this may be required in some cases):
sudo pip3 install adafruit-circuitpython-guvx-i2c
To install in a virtual environment in your current project:
mkdir project-name && cd project-name
python3 -m venv .env
source .env/bin/activate
pip3 install adafruit-circuitpython-guvx-i2c
Installing to a Connected CircuitPython Device with Circup
Make sure that you have circup installed in your Python environment. Install it with the following command if necessary:
pip3 install circup
With circup installed and your CircuitPython device connected use the following command to install:
circup install adafruit_guvx_i2c
Or the following command to update an existing version:
circup update
Usage Example
See the examples/ folder for usage examples.
Documentation
API documentation for this library can be found on Read the Docs.
For information on building library documentation, please check out this guide.
Contributing
Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.
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
Built Distribution
File details
Details for the file adafruit_circuitpython_guvx_i2c-1.0.8.tar.gz
.
File metadata
- Download URL: adafruit_circuitpython_guvx_i2c-1.0.8.tar.gz
- Upload date:
- Size: 27.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 013b863c8ac43e61ef4e02b9fe7b20d771f9010b93b1749602cfbac667e12b83 |
|
MD5 | deed4bb6fbdfccecede6418b9c6830e3 |
|
BLAKE2b-256 | d9cd9aa47cbba45edabb9a599521f0b6382e3f6785dc755a3df57c2d618b2289 |
File details
Details for the file adafruit_circuitpython_guvx_i2c-1.0.8-py3-none-any.whl
.
File metadata
- Download URL: adafruit_circuitpython_guvx_i2c-1.0.8-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a91809a41dd28edd60958a92a405a0f5b6e27c3db71616f581ea22459caefdd |
|
MD5 | 650a07bd1714b4a2df07dc978ee9484a |
|
BLAKE2b-256 | 1a44529a503d6fecc3975e33dc485acf8953ca4e63638ba5c584bd590982fad9 |