Skip to main content

Library for board x735

Project description

# x735-v2.5 This is the safe shutdown script and some python sample code.

from: https://wiki.geekworm.com/X735_V2.5_Software > install Assuming your system is updated, add these packages: ` sudo apt-get install python-smbus sudo apt-get install pigpio python-pigpio python3-pigpio git clone https://github.com/geekworm-com/x735-v2.5 cd x735-v2.5 sudo chmod +x *.sh sudo bash install.sh sudo reboot `

>uninstall ` sudo ./uninstall.sh ` >read-fan-speed ` sudo ./read_fan_speed.py ` After a reboot, we can run `sudo read_fan_speed.py` to get an update on the fan’s current speed. Nice!

# Develop

` python3 -m venv venv pip install -e . `

## Deploy to pypi ` python setup.py register -r pypi python setup.py sdist upload -r pypi `

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

x735-v2.5-0.1.6.tar.gz (3.1 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