Potentiometer_ADI_Arduino 0.1.0
Digital potentiomenter device operation sample code for Arduino
|
#include <Arduino.h>
#include <stdint.h>
#include <I2C_device.h>
#include <SPI.h>
Go to the source code of this file.
Classes | |
class | AD5161_base |
class | AD5161_I2C |
class | AD5161_SPI |