diff options
author | Aaron Paterson <apaterson@pm.me> | 2021-10-15 20:43:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-16 01:43:03 +0100 |
commit | c8b00b2e913bac3d7ad495f6a00cfc30b65952c7 (patch) | |
tree | afd8c13a471ac558f89e2f050b0509b8b7f9383b /docs/internals_gpio_control.md | |
parent | 235323269c372f40044ad2f73a602c9c60af6195 (diff) | |
download | qmk_firmware-c8b00b2e913bac3d7ad495f6a00cfc30b65952c7.tar.gz qmk_firmware-c8b00b2e913bac3d7ad495f6a00cfc30b65952c7.zip |
Update documentation because GPIO functions are no longer in quantum.h (#14826)
* GPIO functions are no longer in quantum.h
* Update docs/internals_gpio_control.md
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'docs/internals_gpio_control.md')
-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 | |------------------------|--------------------------------------------------|-------------------------------------------------|-------------------------------------------------| |