Skip to content

Commit 1bd4ee9

Browse files
author
Pete Lewis
committed
library properties updated
paragraph more descriptive and accurate. Also note, the current link is to sparkx product.
1 parent 67533bc commit 1bd4ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version=1.0.0
33
author=SparkFun Electronics <[email protected]>
44
maintainer=SparkFun Electronics <sparkfun.com>
55
sentence=Library for the SparkFun Qwiic Keypad
6-
paragraph=An Arduino Library for the Qwiic Keypad. Qwiic Joystick makes reading an analog joystick over I2C easy and fast. The current joystick position and button state can be read from separate registers. There is also an additional register to check if the button had been pressed since the last read of the button register. Available at: https://www.sparkfun.com/products/15168
6+
paragraph=An Arduino Library for the Qwiic Keypad. Qwiic Keypad makes reading a 12 button keypad over I2C easy and fast. The button and the time since it was pressed can be read from separate registers. It actually records up to 15 button presses (and their timestamps) to a stack, which can be read in sequence from oldest to newest. It will overflow and continue to remember the most recent 15 presses. Available at: https://www.sparkfun.com/products/14836
77
category=Device Control
88
url=https://github.com/sparkfun/SparkFun_Qwiic_Keypad_Arduino_Library
99
architectures=*

0 commit comments

Comments
 (0)