Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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