<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs/library/pyb.Pin.rst, branch v1.7</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.7</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.7'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2015-10-17T21:29:04+00:00</updated>
<entry>
<title>docs: Update all WiPy docs to reflect the new API.</title>
<updated>2015-10-17T21:29:04+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-10-14T10:32:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4542643025c77a7272bde348b89d5039aea28d23'/>
<id>urn:sha1:4542643025c77a7272bde348b89d5039aea28d23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Replace Pin.PULL_NONE with None.</title>
<updated>2015-09-16T08:10:24+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-13T13:31:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d5ec336eefc8d892a1182da747d825155fcecb15'/>
<id>urn:sha1:d5ec336eefc8d892a1182da747d825155fcecb15</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: Improve callback API.</title>
<updated>2015-08-16T18:17:52+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-08-11T09:18:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ea5061e409449118ed45ce2956800780631bcf9e'/>
<id>urn:sha1:ea5061e409449118ed45ce2956800780631bcf9e</id>
<content type='text'>
Rename "wakes" param to "wake_from" and make "value" an object
instead of an integer.
</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>
<entry>
<title>cc3200: Add `Pin.name()` method.</title>
<updated>2015-06-28T12:14:22+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-06-28T10:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=813b581127ee78217a08cbb35c23baf5941f6506'/>
<id>urn:sha1:813b581127ee78217a08cbb35c23baf5941f6506</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Add more documentation for the CC3200 in the pyb module.</title>
<updated>2015-06-16T13:45:24+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-06-11T13:53:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ea2cc2b907c2c82283f7f06c9538008b51051d84'/>
<id>urn:sha1:ea2cc2b907c2c82283f7f06c9538008b51051d84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Add initial draft documentation for the WiPy.</title>
<updated>2015-06-10T21:37:56+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-06-10T21:29:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cfcf47c0644952358e1a260db159e807872a37e6'/>
<id>urn:sha1:cfcf47c0644952358e1a260db159e807872a37e6</id>
<content type='text'>
This makes all common files "port-aware" using the .. only directive.
</content>
</entry>
<entry>
<title>docs: Add links from quickref to pyb classes.</title>
<updated>2014-11-04T18:25:20+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-11-04T18:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8e701604d570d8c45da95ced677ef999fb4c48a6'/>
<id>urn:sha1:8e701604d570d8c45da95ced677ef999fb4c48a6</id>
<content type='text'>
</content>
</entry>
</feed>
