diff options
author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2021-06-07 18:23:21 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-07 18:23:21 +0900 |
commit | b72f10c6357eee628ab1f3762f66ba8a0a279a4e (patch) | |
tree | 3aab1305662ac8ae25d2c6326801aa15fb4291fe /quantum/led_matrix_animations | |
parent | 59862d30d08224f4cf23828f94e1ea8134208a0a (diff) |
Add readPort() and some API to 'tmk_core/common/*/gpio.h' (#12754)
* add readPort() and some API to 'tmk_core/common/*/gpio.h'
The following macros have been added to gpio.h.
* readPort(port)
* setPortBitInput(port, bit)
* setPortBitInputHigh(port, bit)
* setPortBitOutput(port, bit)
* writePortBitLow(port, bit)
* writePortBitHigh(port, bit)
* add data type 'port_data_t' into gpio.h
* rename qmk_pin to pin
Diffstat (limited to 'quantum/led_matrix_animations')
0 files changed, 0 insertions, 0 deletions