This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Takeshi ISHII b72f10c635
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
2021-06-07 18:23:21 +09:00
..
2021-03-25 22:33:53 +11:00
2021-02-14 19:59:26 -05:00
2021-02-25 15:54:25 +11:00
2020-04-02 22:23:57 +01:00