summaryrefslogtreecommitdiff
path: root/ports/esp32s2/common-hal/pulseio
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2020-11-17esp32s2: PulseIn: Fix supervisor tick enablingJeff Epler
2020-09-30Change submodule, rework all includesLucian Copeland
2020-08-27Fix problematic whitespace on pulseout parameter errorsLucian Copeland
2020-08-21Merge remote-tracking branch 'adafruit/main' into add_pwmioScott Shawcroft
2020-08-18Split pulseio.PWMOut into pwmioScott Shawcroft
2020-08-18Remove breaking parenthesisLucian Copeland
2020-08-18Style changes, reposition runtime errorsLucian Copeland
2020-08-14Expand PulseOut API, debug cleanupLucian Copeland
2020-08-14Add PulseInLucian Copeland
2020-08-14Add PulseOutLucian Copeland
2020-08-05Fix pwm reset spew, protect against null reference in led statusLucian Copeland
2020-08-04Rework build flags, prevent idf errorsLucian Copeland
2020-07-31Add neopixel supportLucian Copeland
2020-07-23Fix unintended timer reset, style changesLucian Copeland
2020-07-22Add PWMOutLucian Copeland
2020-07-17Add boilerplate, create basic PWMOut testLucian Copeland