diff options
author | QMK Bot <hello@qmk.fm> | 2021-10-16 00:43:42 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-10-16 00:43:42 +0000 |
commit | 5c6a8f599fbd4a083548503e88aa7f969a5b753b (patch) | |
tree | 19e510ed96a96ec82a84e90d104230f5d6437f05 | |
parent | 40bc5a81923d16f6c9c2a3a05616b8cb1859b01e (diff) | |
parent | c8b00b2e913bac3d7ad495f6a00cfc30b65952c7 (diff) | |
download | qmk_firmware-5c6a8f599fbd4a083548503e88aa7f969a5b753b.tar.gz qmk_firmware-5c6a8f599fbd4a083548503e88aa7f969a5b753b.zip |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | docs/internals_gpio_control.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals_gpio_control.md b/docs/internals_gpio_control.md index dcff928c7..21a3bd661 100644 --- a/docs/internals_gpio_control.md +++ b/docs/internals_gpio_control.md | |||
@@ -4,7 +4,7 @@ QMK has a GPIO control abstraction layer which is microcontroller agnostic. This | |||
4 | 4 | ||
5 | ## Functions :id=functions | 5 | ## Functions :id=functions |
6 | 6 | ||
7 | The following functions can provide basic control of GPIOs and are found in `quantum/quantum.h`. | 7 | The following functions provide basic control of GPIOs and are found in `tmk_core/common/<platform>/gpio.h`. |
8 | 8 | ||
9 | |Function |Description | Old AVR Examples | Old ChibiOS/ARM Examples | | 9 | |Function |Description | Old AVR Examples | Old ChibiOS/ARM Examples | |
10 | |------------------------|--------------------------------------------------|-------------------------------------------------|-------------------------------------------------| | 10 | |------------------------|--------------------------------------------------|-------------------------------------------------|-------------------------------------------------| |