Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuna-f1sh/wiringpi-mcp4725
Fork of wiringPi with mcp4725 and ADS1115 support
https://github.com/tuna-f1sh/wiringpi-mcp4725
Last synced: 25 days ago
JSON representation
Fork of wiringPi with mcp4725 and ADS1115 support
- Host: GitHub
- URL: https://github.com/tuna-f1sh/wiringpi-mcp4725
- Owner: tuna-f1sh
- License: lgpl-3.0
- Created: 2015-03-19T19:05:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-28T18:26:08.000Z (over 9 years ago)
- Last Synced: 2024-05-02T04:42:51.964Z (6 months ago)
- Language: C
- Homepage:
- Size: 414 KB
- Stars: 2
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.TXT
- License: COPYING.LESSER
Awesome Lists containing this project
README
MD4725 Support
==============build and run in the examples directory with:
```
make dac
./dac 4095 #output Vdd
./dac #output repeating sine wave```See /examples/dac.c for how to use driver
wiringPi README
===============Please note that the official way to get wiringPi is via git from
git.drogon.net and not GitHub.ie.
git clone git://git.drogon.net/wiringPi
The version of wiringPi held on GitHub by "Gadgetoid" is used to build the
wiringPython, Ruby, Perl, etc. wrappers for these other languages. This
version may lag the official Drogon release. Pull requests may not be
accepted to Github....Please see
http://wiringpi.com/
for the official documentation, etc. and the best way to submit bug reports, etc.
is by sending an email to [email protected]Thanks!
-Gordon