Adafruit DS3502 Arduino Library
|
#include "Arduino.h"
#include <Wire.h>
#include <Adafruit_BusIO_Register.h>
#include <Adafruit_I2CDevice.h>
Go to the source code of this file.
Classes | |
class | Adafruit_DS3502 |
Class that stores state and functions for interacting with the DS3502 I2C Potentiometer. More... | |
Macros | |
#define | DS3502_I2CADDR_DEFAULT 0x28 |
DS3502 default I2C address. | |
#define | DS3502_WIPER 0x00 |
Wiper value register. | |
#define | DS3502_MODE 0x02 |
Mode selection register. | |
I2C Driver for DS3502 I2C Potentiometer
This is a library for the Adafruit DS3502 breakout: http://www.adafruit.com/products
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
BSD license (see license.txt)