-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
25 lines (25 loc) · 751 Bytes
/
library.json
File metadata and controls
25 lines (25 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "PinScribe",
"version": "1.0.0",
"author": "Init-io",
"maintainer": "Siam Rayhan <developers.init.io@gmail.com>",
"sentence": "A library to manage and handle GPIO pin events such as button presses, long presses, and double presses.",
"paragraphs": [
"PinScribe simplifies GPIO pin state management and event handling for Arduino.",
"It supports debouncing, long press detection, double press detection, and more."
],
"category": "Misc",
"url": "https://github.com/Init-io/PinScribe",
"architectures": "avr, sam, samd, esp8266, esp32",
"dependencies": [],
"includes": "PinScribe.h",
"keywords": [
"GPIO",
"pin",
"button",
"debounce",
"long press",
"double press",
"Arduino"
]
}