Skip to content

Danelfcf/AD5662

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AD5662

this is still being written. There are three ways to communicate to the DAC, via I2C, SPI and bitbang. The bitbang portion of the code is based on the code written by Albert van Dalen which can be found here https://www.avdweb.nl/arduino/adc-dac/16-bit-dac under the GNU General Public license at http://www.gnu.org/licenses.

If the communication type si via the bitbang code after init you must call the following to set the communication pins. void ad5662_BitBang(int data, int clk){AD5662_DATA = data; AD5662_CLK = clk; AD5662_COM = 2;};

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages