Skip to content
  • Damien George's avatar
    esp8266/machine_pin: Make pin.irq arguments positional. · 9ee46418
    Damien George authored
    All arguments to pin.irq are converted from keyword-only to positional, and
    can still be specified by keyword so it's a backwards compatible change.
    
    The default value for the "trigger" arg is changed from 0 (no trigger)
    to rising+falling edge.
    9ee46418