GY-63_MS5611/libraries/DAC8554
2020-11-27 11:10:47 +01:00
..
examples update libraries A-D 2020-11-27 11:10:47 +01:00
DAC8554.cpp update libraries A-D 2020-11-27 11:10:47 +01:00
DAC8554.h update libraries A-D 2020-11-27 11:10:47 +01:00
library.json update libraries A-D 2020-11-27 11:10:47 +01:00
library.properties update libraries A-D 2020-11-27 11:10:47 +01:00
LICENSE update libraries A-D 2020-11-27 11:10:47 +01:00
README.md update libraries A-D 2020-11-27 11:10:47 +01:00

DAC8554

Arduino library for DAC8554 Digital Analog Convertor

Description

not tested extensively

Operation

See examples

demo_hw_spi.ino write a sawtooth to channel A followed by a sinus uses HW SPI

demo_sw_spi.ino write a sawtooth to channel A followed by a sinus uses SW SPI

demo_same_time_write.ino writes two square waves that trigger at the same time

demo_sequential_write.ino writes two square waves sequentially (slight time difference)

demo_powerdown.ino idem

TODO

more testing