summaryrefslogtreecommitdiff
path: root/shared-bindings/pulseio/__init__.c
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2020-08-21Add empty linesScott Shawcroft
2020-08-21Fix copy pasta and stub buildScott Shawcroft
2020-08-18Split pulseio.PWMOut into pwmioScott Shawcroft
This gives us better granularity when implementing new ports because PWMOut is commonly implemented before PulseIn and PulseOut. Fixes #3211
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-11Did ps2io, pulseio, randomdherrada
2019-05-27Removed warning box regarding SAMD21 buildsJason Pecor
The support matrix shows that pulseio is supported for all SAMD21/SAMD51 variants. Removing warning to avoid confusion.
2017-06-07shared-bindings: Update docs to remove with statements from examples but add ↵Scott Shawcroft
more detail to the design guide about their use.
2017-06-07docs: Fix header lines that are too short.Scott Shawcroft
2017-04-10Split up nativeio.0.9.4Scott Shawcroft
This was done to allow greatly granularity when deciding what functionality is built into each board's build. For example, this way pulseio can be omitted to allow for something else such as touchio.