Skip to content

Instantly share code, notes, and snippets.

@Spiritdude
Created March 17, 2018 05:38
Show Gist options
  • Save Spiritdude/4dfa33fe748bf7ef06cabf2d345cea35 to your computer and use it in GitHub Desktop.
Save Spiritdude/4dfa33fe748bf7ef06cabf2d345cea35 to your computer and use it in GitHub Desktop.
Unified gpio documentation example 2

GPIO Module

[base intro]

gpio.mode()

[base info on gpio.mode()]

gpio.config()

[base info on gpio.config()]

gpio.trig()

[base info of gpio.trig()]

Specifics

  • NodeMCU/Linux:
    • NanoPi NEO (with Armbian): currently triggers are not available.
    • Orange Pi Series (with Armbian): latest Armbian support triggers.

gpio.xyz_feature()

[base info of gpio.xyz_feature()]

Specifics

  • NodeMCU/Linux: Not available

Origin/Contributors

Platform Origin/Contributor Maintainer Since
ESP8266 Zeroday Zeroday 2013/11/01
ESP32 Johny Mattson Johny Mattson 2016/01/05
Linux Rene K. Mueller Rene K. Mueller 2018/01/18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment