<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/raspberrypi/common-hal/pwmio/PWMOut.c, branch main</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2021-03-15T13:57:36+00:00</updated>
<entry>
<title>run code formatting script</title>
<updated>2021-03-15T13:57:36+00:00</updated>
<author>
<name>microDev</name>
<email>70126934+microDev1@users.noreply.github.com</email>
</author>
<published>2021-03-15T13:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a52eb88031620a81521b937f2a0651dbac2bb350'/>
<id>urn:sha1:a52eb88031620a81521b937f2a0651dbac2bb350</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed merge</title>
<updated>2021-03-03T04:32:59+00:00</updated>
<author>
<name>gamblor21</name>
<email>mark.komus@gmail.com</email>
</author>
<published>2021-03-03T04:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=98075c525515f9104e93100c180cadc3b9e8fc69'/>
<id>urn:sha1:98075c525515f9104e93100c180cadc3b9e8fc69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'main' into rp2040_countio</title>
<updated>2021-03-03T01:47:53+00:00</updated>
<author>
<name>Mark</name>
<email>56205165+gamblor21@users.noreply.github.com</email>
</author>
<published>2021-03-03T01:47:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=37ee18349f99ffafd7b60db8a107cd6f1e9e3f92'/>
<id>urn:sha1:37ee18349f99ffafd7b60db8a107cd6f1e9e3f92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Counter and PWMOut slice conflict check</title>
<updated>2021-03-03T01:32:06+00:00</updated>
<author>
<name>gamblor21</name>
<email>mark.komus@gmail.com</email>
</author>
<published>2021-03-03T01:32:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4246cc3f6d718e2f28fbeb73fc8c3c39dfb9d7f0'/>
<id>urn:sha1:4246cc3f6d718e2f28fbeb73fc8c3c39dfb9d7f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/main' into update-protomatter-rp2</title>
<updated>2021-03-01T21:18:32+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2021-03-01T21:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=238484ec261af55b90a39a8dcfc9fcdd6cb4390c'/>
<id>urn:sha1:238484ec261af55b90a39a8dcfc9fcdd6cb4390c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/main' into update-protomatter-rp2</title>
<updated>2021-02-26T15:56:35+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2021-02-26T15:56:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1d1ff5f308f17f005422736f99a2f512775cee50'/>
<id>urn:sha1:1d1ff5f308f17f005422736f99a2f512775cee50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix incorrect deinit mask</title>
<updated>2021-02-25T22:57:46+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2021-02-25T22:57:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2b163ccd6a9f934a71cd8450b385977fb009bff5'/>
<id>urn:sha1:2b163ccd6a9f934a71cd8450b385977fb009bff5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix second shared PWM</title>
<updated>2021-02-25T22:49:09+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2021-02-24T01:04:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1b00d94b23cc3529dc1762b060f773ac0d8db98c'/>
<id>urn:sha1:1b00d94b23cc3529dc1762b060f773ac0d8db98c</id>
<content type='text'>
Fixes #4210
</content>
</entry>
<entry>
<title>handle 100% duty cycle; improve actual_frequency calc</title>
<updated>2021-02-13T18:16:49+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2021-02-13T18:16:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0ec99b37e0cb906d86590687ed06013516823cbe'/>
<id>urn:sha1:0ec99b37e0cb906d86590687ed06013516823cbe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix off-by-one PWM top issue</title>
<updated>2021-02-12T20:53:31+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2021-02-12T20:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3e4328140c96626312cae680d4d781acf61da7f9'/>
<id>urn:sha1:3e4328140c96626312cae680d4d781acf61da7f9</id>
<content type='text'>
</content>
</entry>
</feed>
