<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/pulseio, branch 6.0.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-08-21T18:36:50+00:00</updated>
<entry>
<title>Add empty lines</title>
<updated>2020-08-21T18:36:50+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-08-21T18:36:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9a8b4e98bf0880a5ca703077faa0028c28f17ebb'/>
<id>urn:sha1:9a8b4e98bf0880a5ca703077faa0028c28f17ebb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix copy pasta and stub build</title>
<updated>2020-08-21T18:17:42+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-08-21T18:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=83deea0e0364cfce83d6cf1c5c5f150a1a986d93'/>
<id>urn:sha1:83deea0e0364cfce83d6cf1c5c5f150a1a986d93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'adafruit/main' into add_pwmio</title>
<updated>2020-08-21T18:13:53+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-08-21T18:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a5b01f73612f23407d059879664834b40441f34e'/>
<id>urn:sha1:a5b01f73612f23407d059879664834b40441f34e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split pulseio.PWMOut into pwmio</title>
<updated>2020-08-18T20:08:33+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-08-18T20:08:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6857f984269149b46d1cd4283506420f341b2601'/>
<id>urn:sha1:6857f984269149b46d1cd4283506420f341b2601</id>
<content type='text'>
This gives us better granularity when implementing new ports because
PWMOut is commonly implemented before PulseIn and PulseOut.

Fixes #3211
</content>
</entry>
<entry>
<title>Style changes, reposition runtime errors</title>
<updated>2020-08-18T15:42:06+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-08-18T15:42:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=da75445cd58d0fbf72c6b323b1b0bd53197f9cf3'/>
<id>urn:sha1:da75445cd58d0fbf72c6b323b1b0bd53197f9cf3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expand PulseOut API, debug cleanup</title>
<updated>2020-08-14T20:36:02+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-08-14T20:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0fc730bc5aeab1187a0b175aa4d390c0e7da7e1b'/>
<id>urn:sha1:0fc730bc5aeab1187a0b175aa4d390c0e7da7e1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add PulseOut</title>
<updated>2020-08-14T16:21:41+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-08-04T14:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f9512983ff0c63a719d7708496e1a827a2ca8a64'/>
<id>urn:sha1:f9512983ff0c63a719d7708496e1a827a2ca8a64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix several type hints</title>
<updated>2020-07-27T09:05:13+00:00</updated>
<author>
<name>Taku Fukada</name>
<email>naninunenor@gmail.com</email>
</author>
<published>2020-07-25T08:58:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d356581651e4a11dc18787da95e2f96bfde3575d'/>
<id>urn:sha1:d356581651e4a11dc18787da95e2f96bfde3575d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add and correct some type hints</title>
<updated>2020-07-24T09:20:03+00:00</updated>
<author>
<name>Taku Fukada</name>
<email>naninunenor@gmail.com</email>
</author>
<published>2020-07-23T18:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=54a342a7f5b74f32c7a53ea483d9046e688b9830'/>
<id>urn:sha1:54a342a7f5b74f32c7a53ea483d9046e688b9830</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'main' into type_hints</title>
<updated>2020-07-17T18:55:30+00:00</updated>
<author>
<name>dherrada</name>
<email>33632497+dherrada@users.noreply.github.com</email>
</author>
<published>2020-07-17T18:55:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=612c6bb86b8762aa9388566eb69db9bbe4e8bbe4'/>
<id>urn:sha1:612c6bb86b8762aa9388566eb69db9bbe4e8bbe4</id>
<content type='text'>
</content>
</entry>
</feed>
