Deploying to gh-pages from master @ 88fe5c16a5 🚀

This commit is contained in:
tzarc 2021-11-28 00:12:20 +00:00
parent c34eb456b9
commit e5cab0b3cf
95 changed files with 2232 additions and 750 deletions

View file

@ -4,7 +4,7 @@ QMK has a GPIO control abstraction layer which is microcontroller agnostic. This
## Functions :id=functions
The following functions provide basic control of GPIOs and are found in `tmk_core/common/<platform>/gpio.h`.
The following functions provide basic control of GPIOs and are found in `platforms/<platform>/gpio.h`.
|Function |Description | Old AVR Examples | Old ChibiOS/ARM Examples |
|------------------------|--------------------------------------------------|-------------------------------------------------|-------------------------------------------------|