* 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 |
||
|---|---|---|
| .. | ||
| _print.h | ||
| _wait.h | ||
| atomic_util.h | ||
| bootloader.c | ||
| bootloader_size.c | ||
| gpio.h | ||
| pin_defs.h | ||
| printf.c | ||
| printf.mk | ||
| sleep_led.c | ||
| suspend.c | ||
| timer.c | ||
| timer_avr.h | ||
| xprintf.S | ||
| xprintf.h | ||