<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/examples, branch 1.0.0-rc.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=1.0.0-rc.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=1.0.0-rc.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-12-23T14:24:24+00:00</updated>
<entry>
<title>examples/hwapi/hwconfig_console: Don't alloc memory in value().</title>
<updated>2016-12-23T14:24:24+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-12-23T14:24:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1e9093f8cbe117d50451a204f513fea78ef6abfb'/>
<id>urn:sha1:1e9093f8cbe117d50451a204f513fea78ef6abfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples/accellog.py: Change 1: to /sd/, and update comment about FS.</title>
<updated>2016-11-18T06:00:54+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-11-18T06:00:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c28fed6b64248adbd6c1b429a85d4d9e00cd9e36'/>
<id>urn:sha1:c28fed6b64248adbd6c1b429a85d4d9e00cd9e36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples/hwapi: Add hwconfig for console tracing of LED operations.</title>
<updated>2016-11-18T04:20:26+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-11-18T04:20:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=00d6f99cf1f94babb237bff00364497ec30f475c'/>
<id>urn:sha1:00d6f99cf1f94babb237bff00364497ec30f475c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples/hwapi: Add example for machine.time_pulse_us().</title>
<updated>2016-11-16T22:10:00+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-11-16T22:10:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b188d6e9db1842f9f66976ef1d67746239c8006c'/>
<id>urn:sha1:b188d6e9db1842f9f66976ef1d67746239c8006c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Factor out persistent-code reader into separate files.</title>
<updated>2016-11-16T07:13:50+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-11-16T05:04:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6b239c271c9c7041f9741c2a0f348f350808ad8a'/>
<id>urn:sha1:6b239c271c9c7041f9741c2a0f348f350808ad8a</id>
<content type='text'>
Implementations of persistent-code reader are provided for POSIX systems
and systems using FatFS.  Macros to use these are MICROPY_READER_POSIX and
MICROPY_READER_FATFS respectively.  If an alternative implementation is
needed then a port can define the function mp_reader_new_file.
</content>
</entry>
<entry>
<title>examples/hwapi: Add uasyncio example of fading 2 LEDs in parallel.</title>
<updated>2016-11-13T22:37:27+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-11-13T22:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bf318801d2fafa2786e74693d19a3c2fdb50ddda'/>
<id>urn:sha1:bf318801d2fafa2786e74693d19a3c2fdb50ddda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples/http_client: Use read() instead of readall().</title>
<updated>2016-11-13T21:24:45+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-11-13T21:24:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=00a9590e3a27c8784a9d3a95c669142aad4a025f'/>
<id>urn:sha1:00a9590e3a27c8784a9d3a95c669142aad4a025f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples/hwapi: Add soft_pwm example converted to uasyncio.</title>
<updated>2016-11-13T14:00:24+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-11-13T14:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=99e5badeb1e2e6aeffd3b3d56902d4257e168326'/>
<id>urn:sha1:99e5badeb1e2e6aeffd3b3d56902d4257e168326</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples/hwapi: button_led: Add GPIO pin read example.</title>
<updated>2016-11-11T21:09:43+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-11-11T21:09:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3c0da6a3592c715fa901e100a6d5ad256f19f67f'/>
<id>urn:sha1:3c0da6a3592c715fa901e100a6d5ad256f19f67f</id>
<content type='text'>
Requires BUTTON defined in hwconfig, so far tested on DragonBoard 410c.
</content>
</entry>
<entry>
<title>examples/hwapi: Add hwconfig for DragonBoard 410c.</title>
<updated>2016-11-09T22:59:10+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-11-09T22:48:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=29f3f84fbd90e5d43ba5d6c621d19021a45d184d'/>
<id>urn:sha1:29f3f84fbd90e5d43ba5d6c621d19021a45d184d</id>
<content type='text'>
This requires recently added implementation of machine.Pin from
micropython-lib.
</content>
</entry>
</feed>
