RIOT-OS / RobotFW-tests

Includes tests for RIOT based on the Robot Framework
GNU Lesser General Public License v2.1
4 stars 13 forks source link

esp32: rename PA0 .. PA39 to GPIO0 ... GPIO39 #56

Closed gschorcht closed 4 years ago

gschorcht commented 4 years ago

The GPIOs of the ESP32 are not strictly port-oriented. Therefore, they are not named like PA.... They are just numbered GPIO0 ... GPIO32. All ESP32 documentations and even the board labels always refer GPIO0 ... GPIO39. Therefore, it seems to be more reasonable to name the GPIOs for the ESP32 accordingly.