ATAVRTS2080B Atmel, ATAVRTS2080B Datasheet - Page 174

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
7.5.2.2.2
1. Enable the Bit0 in SNS_array[0] and Bit1 in SNSK_array[0] mask when enabling Channel0.
2. Enable the Bit2 in SNS_array[0] and Bit3 in SNSK_array[0] mask when enabling Channel1.
3. Enable the Bit4 in SNS_array[0] and Bit5 in SNSK_array[0] mask when enabling Channel2.
4. Enable the Bit6 in SNS_array[0] and Bit7 in SNSK_array[0] mask when enabling Channel3.
Example 1:
In a 4 channel library, two keys on channel 0 and 3 are enabled.SNS and SNSK on Port B
.Channel0 will B0B1 and Channel3 will be B6B7.
The SNS and SNSK masks will be
SNS_array[0]=0x41;
SNS_array[1]=0x00;
SNSK_array[0]=0x82;
SNSK_array[1]=0x00;
7.5.3
In order to Integrate QTouch libraries for 2K devices, the constants and symbol names listed in
Table 1
compiler/assembler preprocessing definitions or in the touch_t_config_2kdegice.h file. Example
projects are provided for all the four devices supported.Refer 5.6.10.1 for directory structure of all
the files.
Symbol / Constant name
_QTOUCH_
SNS & SNSK
_SNS_SNSK_SAME_PORT_
QT_NUM_CHANNELS
QT_DELAY_CYCLES
QTOUCH_STUDIO_MASKS
174
Integrating QTouch libraries for 2K Devices in your application
below need to be defined in the user application. These can be defined in either the
Table 1: Constant and symbol name definitions required to use the QTouch
acquisition method libraries for 2K device libraries
Configuring SNS and SNSK masks in case of Intraport:
Range of values
This macro has to be defined in order to
use QTouch libraries.
Refer to library selection guide.
Comment/uncomment define
1, 2 and 4 for 2K device libraries.
This macro has to be defined in order to
use QTouch libraries for 2K devices.
1 to 255
8207J-AT42-02/11
Comments
To be enabled if the
same port is used for
SNSK and SNS pins
for QTouch. If SNSK
and SNS pins are on
different
this definition is not
required.
Please refer to section
5.6.8.
SNS_array
SNSK_array
variablesare initialized
under this Macro in
main file.Refer section
7.5.2.2
ports
masks
then
and

Related parts for ATAVRTS2080B