<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/cc3200/boards, branch esp-extra-scripts</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=esp-extra-scripts</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=esp-extra-scripts'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-02-21T20:53:16+00:00</updated>
<entry>
<title>cc3200: Simplify the Timer API and correct the documents.</title>
<updated>2016-02-21T20:53:16+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2016-02-14T12:46:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=73c9f85b4ca10bcf8a01942e3638aa8b4331957a'/>
<id>urn:sha1:73c9f85b4ca10bcf8a01942e3638aa8b4331957a</id>
<content type='text'>
Make the PWM duty cycle configurable from 0.00 to 100.00 by
accepting values from 0 to 10000.
Add automatic Pin assignment when operating in PWM mode.
</content>
</entry>
<entry>
<title>cc3200: New irq API, affects all classes that provide the irq method.</title>
<updated>2015-09-26T23:48:20+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-22T21:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dbdcb58d6413a907e5f4aed25eee85073ff7e575'/>
<id>urn:sha1:dbdcb58d6413a907e5f4aed25eee85073ff7e575</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: New SD and RTC API plus os and time modules' extensions.</title>
<updated>2015-09-21T20:30:32+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-16T12:09:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dffa9f6da65cd03e834b2ed3914f40428f72e49f'/>
<id>urn:sha1:dffa9f6da65cd03e834b2ed3914f40428f72e49f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: New ADC API.</title>
<updated>2015-09-16T08:10:38+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-14T18:03:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=22b4c28f854bb2066a0d7471b50f9e00e1363239'/>
<id>urn:sha1:22b4c28f854bb2066a0d7471b50f9e00e1363239</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Add SDcard pin af on index 8.</title>
<updated>2015-09-10T06:00:41+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-08T13:46:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=425958b616fbf80f8920245c671c9e6baa374b15'/>
<id>urn:sha1:425958b616fbf80f8920245c671c9e6baa374b15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: New UART API plus related test.</title>
<updated>2015-09-10T05:59:47+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-07T07:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f91f212d9fef66e515935a52712613550a04ca65'/>
<id>urn:sha1:f91f212d9fef66e515935a52712613550a04ca65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Add alternate functions list to Pin object.</title>
<updated>2015-09-10T05:59:41+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-04T12:36:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=36821d095a2657ab370a8f413f471f4c9ad9a8b5'/>
<id>urn:sha1:36821d095a2657ab370a8f413f471f4c9ad9a8b5</id>
<content type='text'>
Also remove pin.high() and pin.low() methods.
</content>
</entry>
<entry>
<title>cc3200: Re-work Pin class according to the new API.</title>
<updated>2015-09-10T05:59:35+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-03T09:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d5e256486eafab543c3e24850fe87136c2f0575d'/>
<id>urn:sha1:d5e256486eafab543c3e24850fe87136c2f0575d</id>
<content type='text'>
Also add relevant test.
</content>
</entry>
<entry>
<title>cc3200: Implement new Pin API.</title>
<updated>2015-09-10T05:59:03+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-08-18T12:07:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e3f8777ee8b50ef8ed45493812a6c0bf94ed38fa'/>
<id>urn:sha1:e3f8777ee8b50ef8ed45493812a6c0bf94ed38fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Rename pins from GPIO to just GP.</title>
<updated>2015-07-29T22:43:08+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-07-28T21:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=007878781c74e0e4213759d8ee07ee81b5342f5c'/>
<id>urn:sha1:007878781c74e0e4213759d8ee07ee81b5342f5c</id>
<content type='text'>
This is how the names will be printed on the sticker that goes on top
of the EMI shield. The shorter names also help saving a few bytes of
RAM and ROM.
</content>
</entry>
</feed>
