***** Add photo ****
Arduino library for Deneyap Keypad
Product ID
M37, mpv1.0MCU
MSP430G2352Weight
Module Dimension
25,4 mm x 50,8 mmI2C address
0x0E, 0x4C, 0x71, 0x72
Address | |
---|---|
0x0E | default address |
0x4C | address when ADR1 pad is shorted |
0x71 | address when ADR2 pad is shorted |
0x72 | address when ADR1 and ADR2 pads are shorted |
Deneyap Keypad Mechanical Drawing
How to install a Arduino Library
This Arduino library allows you to use Deneyap Keypad with I2C peripheral. You can use this library in your projects with any Arduino compatible board with I2C peripheral.
/docs
README_tr.md and product photos/examples
Examples with .ino extension sketches/src
Source files (.cpp .h)keywords.txt
Keywords from this library that will be highlighted in the Arduino IDElibrary.properties
General library properties for the Arduino package manager
1.0.2 - update sketch(SifreOlusturma) and texts info
1.0.1 - update library, add sketch
1.0.0 - initial release
- Deneyap Keypad and Board can be connected with I2C cable
- or 3V3, GND, SDA and SCL pins can be connected with jumper cables
Keypad | Function | Board pins |
---|---|---|
3.3V | Power | 3.3V |
GND | Ground | GND |
SDA | I2C Data | SDA pin |
SCL | I2C Clock | SCL pin |
SBWTCK | Debug | no connection |
SBWTDIO | Debug | no connection |
BUT0 | 0. Capacitive touch pin | any GPIO pin |
BUT1 | 1. Capacitive touch pin | any GPIO pin |
BUT2 | 2. Capacitive touch pin | any GPIO pin |
BUT3 | 3. Capacitive touch pin | any GPIO pin |
BUT4 | 4. Capacitive touch pin | any GPIO pin |
BUT5 | 5. Capacitive touch pin | any GPIO pin |
BUT6 | 6. Capacitive touch pin | any GPIO pin |
BUT7 | 7. Capacitive touch pin | any GPIO pin |
BUT8 | 8. Capacitive touch pin | any GPIO pin |
BUT9 | 9. Capacitive touch pin | any GPIO pin |
Please review the LICENSE file for license information.