]> granicus.if.org Git - esp-idf/commit
docs: add warning to gpio_get_level()
authorStefan Tauner <stefan.tauner@gmx.at>
Sun, 18 Mar 2018 15:37:54 +0000 (16:37 +0100)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 19 Mar 2018 03:56:57 +0000 (11:56 +0800)
commit86a1d579ffd5ee24aacba153cc309338b69d4807
treef2e8855f716958ce4d5482b6b3e73f71f893b07c
parent7e268adaf5ea7ffe324322cfa64a2e4a1ecfcab6
docs: add warning to gpio_get_level()

On most microcontrollers I have worked with one can retrieve the
current state of output GPIO pins. On ESP32 this is not the case
if the pad is not explictly configured to route this information into
the port by configuring it as input or i/o.
Thus add a warning to the API documentation of gpio_get_level().

Merges https://github.com/espressif/esp-idf/pull/1740
components/driver/include/driver/gpio.h