Adafruit MPR121 Library
|
#include "Arduino.h"
#include <Adafruit_BusIO_Register.h>
#include <Adafruit_I2CDevice.h>
Go to the source code of this file.
Classes | |
class | Adafruit_MPR121 |
Class that stores state and functions for interacting with MPR121 proximity capacitive touch sensor controller. More... | |
Macros | |
#define | MPR121_I2CADDR_DEFAULT 0x5A |
default I2C address | |
#define | MPR121_TOUCH_THRESHOLD_DEFAULT 12 |
default touch threshold value | |
#define | MPR121_RELEASE_THRESHOLD_DEFAULT 6 |
default relese threshold value | |
This is a library for the MPR121 12-Channel Capacitive Sensor
Designed specifically to work with the MPR121 board.
Pick one up today in the adafruit shop! ---—> https://www.adafruit.com/product/1982
These sensors use I2C to communicate, 2+ pins are required to interface
Adafruit invests time and resources providing this open source code, please support Adafruit andopen-source hardware by purchasing products from Adafruit!
Limor Fried/Ladyada (Adafruit Industries).
BSD license, all text above must be included in any redistribution
anonymous enum |
Device register map