PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # Keypad Library data types
- KeyState KEYWORD1
- Keypad KEYWORD1
- KeypadEvent KEYWORD1
-
- # Keypad Library constants
- NO_KEY LITERAL1
- IDLE LITERAL1
- PRESSED LITERAL1
- HOLD LITERAL1
- RELEASED LITERAL1
-
- # Keypad Library methods & functions
- addEventListener KEYWORD2
- bitMap KEYWORD2
- findKeyInList KEYWORD2
- getKey KEYWORD2
- getKeys KEYWORD2
- getState KEYWORD2
- holdTimer KEYWORD2
- isPressed KEYWORD2
- keyStateChanged KEYWORD2
- numKeys KEYWORD2
- pin_mode KEYWORD2
- pin_write KEYWORD2
- pin_read KEYWORD2
- setDebounceTime KEYWORD2
- setHoldTime KEYWORD2
- waitForKey KEYWORD2
-
- # this is a macro that converts 2d arrays to pointers
- makeKeymap KEYWORD2
-
- # List of objects created in the example sketches.
- kpd KEYWORD3
- keypad KEYWORD3
- kbrd KEYWORD3
- keyboard KEYWORD3
|