Skip to content
Snippets Groups Projects
Select Git revision
  • a2d5d84ecca175fbfbf42e892d6376efd08758eb
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

esp_mphal.h

Blame
  • user avatar
    Damien George authored
    Most pin I/O can be done just knowing the pin number as a simple
    integer, and it's more efficient this way (code size, speed) because it
    doesn't require a memory lookup to get the pin id from the pin object.
    
    If the full pin object is needed then it can be easily looked up in the
    pin table.
    a2d5d84e
    History
    esp_mphal.h 2.49 KiB