<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs/library, branch v1.4.5</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.4.5</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.4.5'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2015-08-10T21:42:05+00:00</updated>
<entry>
<title>cc3200: Make ADC API compatible with the pyboard.</title>
<updated>2015-08-10T21:42:05+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-08-10T14:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7027fd53438f36cdfc417df4b667575671a1c857'/>
<id>urn:sha1:7027fd53438f36cdfc417df4b667575671a1c857</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Improve support for WEP security.</title>
<updated>2015-08-09T17:22:16+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-08-05T14:12:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e54a4f1f4856f6c33a2cea720ab2f2e4fe70f586'/>
<id>urn:sha1:e54a4f1f4856f6c33a2cea720ab2f2e4fe70f586</id>
<content type='text'>
Key is always entered as a string, but if security is WEP, the key
is converted automatically to hex before connecting or configuring
the device as an AP.
</content>
</entry>
<entry>
<title>docs: Add i2c keywork arguments only indication.</title>
<updated>2015-08-09T17:22:14+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-08-05T11:45:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d43019163dd1d8c09b6f1d2280d7a5801044b590'/>
<id>urn:sha1:d43019163dd1d8c09b6f1d2280d7a5801044b590</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Add nic.iwconfig() to set/get WLAN configuration.</title>
<updated>2015-08-09T17:22:12+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-08-05T11:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=00c4d6562ec2dbb494e9c26dce86f99f95a82d70'/>
<id>urn:sha1:00c4d6562ec2dbb494e9c26dce86f99f95a82d70</id>
<content type='text'>
Changes are based on this post:
https://github.com/micropython/micropython/issues/876#issuecomment-115255551

The constructor can optionally take the same params of iwconfig in
order to configure WiFi when creating the object. Params are
keyworkd only. The WiPy accepts:

- mode (int -&gt; WLAN.AP or WLAN.STA)
- ssdi (string)
- security (int -&gt; WLAN.OPEN, WLAN.WEP, WLAN.WPA, WLAN.WPA2)
- key (string)
- channel (int (1-11))
- antenna (int -&gt; WLAN.INTERNAL, WLAN.EXTERNAL)
</content>
</entry>
<entry>
<title>cc3200: Make I2C and SPI API the same as in stmhal.</title>
<updated>2015-08-02T18:22:15+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-08-02T18:20:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c6926c374dc0408d7ef8fa6385207430c122e6cf'/>
<id>urn:sha1:c6926c374dc0408d7ef8fa6385207430c122e6cf</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>
<entry>
<title>stmhal: Allow ADC.read_timed to take Timer object in place of freq.</title>
<updated>2015-07-22T18:41:13+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-07-22T18:37:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7693ef3bd6e4456105c86909174a00f535a19261'/>
<id>urn:sha1:7693ef3bd6e4456105c86909174a00f535a19261</id>
<content type='text'>
This allows a user-specified Timer for the triggering of the ADC read,
mirroring the new behaviour of DAC.write_timed.

Addresses issue #1129.
</content>
</entry>
<entry>
<title>stmhal: Allow DAC.write_timed to take Timer object in place of freq.</title>
<updated>2015-07-21T22:39:49+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-07-21T22:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=abc24c187614e358faa10ed6a3e239151f70b9f8'/>
<id>urn:sha1:abc24c187614e358faa10ed6a3e239151f70b9f8</id>
<content type='text'>
This allows the DAC to use a user-specified Timer for the triggering
(instead of the default Timer(6)), while still supporting original
behaviour.

Addresses issues #1129 and #1388.
</content>
</entry>
<entry>
<title>docs: Update pyb.Accel doc to reflect changes and explain filtered_xyz.</title>
<updated>2015-07-08T10:10:51+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-07-08T10:10:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7463442e5867cc40d59e84760606c52d2198b913'/>
<id>urn:sha1:7463442e5867cc40d59e84760606c52d2198b913</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: time.sleep() now receives seconds, like CPython.</title>
<updated>2015-07-02T15:23:22+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-07-02T15:23:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5161239c9f671af2f8ad56ebda9aabb93ec2e5ab'/>
<id>urn:sha1:5161239c9f671af2f8ad56ebda9aabb93ec2e5ab</id>
<content type='text'>
</content>
</entry>
</feed>
