ATAVRTS2080B Atmel, ATAVRTS2080B Datasheet - Page 102

BOARD EVAL FOR ATTINY88 LIBRARY

ATAVRTS2080B

Manufacturer Part Number
ATAVRTS2080B
Description
BOARD EVAL FOR ATTINY88 LIBRARY
Manufacturer
Atmel
Series
QTouch™r
Datasheets

Specifications of ATAVRTS2080B

Sensor Type
Touch, Capacitive
Sensing Range
1 Rotor, 1 Slider, and 2 Buttons/Keys
Interface
Application Programming Interface (API)
Voltage - Supply
1.8 V ~ 5.5 V
Embedded
Yes, MCU, 8-Bit
Utilized Ic / Part
ATtiny88
Tool Type
Development Kit
Cpu Core
AVR 8 / 32
Data Bus Width
8 bit
Core Architecture
AVR
Silicon Manufacturer
Atmel
Silicon Core Number
ATtiny88
Silicon Family Name
AVR
Kit Contents
Board CD Docs
Development Tool Type
Hardware / Software - Eval/Demo Board
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Sensitivity
-
Lead Free Status / Rohs Status
 Details
Other names
Q4359953
5.9 MISRA Compliance Report
This section lists the compliance and deviations for MISRA standards of coding practice for the
QTouch and QMatrix acquisition method libraries.
5.9.1
The QTouch and QMatrix acquisition method libraries adhere to the MISRA standards. The
additional reference code provided in the form of sample applications is not guaranteed to be
MISRA compliant.
102
touch_qm_config file,
The code can be copied using the “copy code” and pasted in the main.c and
the project space or in the beginning of the file
What is covered
a. In touch_qm_config.h,
b. In main.c ,
Copy the code as below
Copy the following header definitions as part of the preprocessor directives in
x_line_info_t x_line_info[NUM_X_LINES]= {
};
y_line_info_t ya_line_info[NUM_Y_LINES]= {
};
y_line_info_t yb_line_info[NUM_Y_LINES]= {
};
#define NUM_X_PORTS 2
#define PORT_X_1
#define PORT_X_2
#define PORT_YA
#define PORT_YB
#define SMP_PORT
#define SMP_PIN
FILL_OUT_X_LINE_INFO(1,1);
FILL_OUT_X_LINE_INFO(2,2);
FILL_OUT_X_LINE_INFO(1,3);
FILL_OUT_X_LINE_INFO(2,0);
FILL_OUT_YA_LINE_INFO(1);
FILL_OUT_YA_LINE_INFO(3);
FILL_OUT_YB_LINE_INFO(1);
FILL_OUT_YB_LINE_INFO(3);
B
D
D
C
D
7
8207J-AT42-02/11

Related parts for ATAVRTS2080B