<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/drivers, branch v1.8.2</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.2</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.2'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-06-26T12:09:31+00:00</updated>
<entry>
<title>drivers/display/ssd1306: Add width arg and support 64px wide displays.</title>
<updated>2016-06-26T12:09:31+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2016-06-14T08:50:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ab8a5d51999b5c9214004200a8e0528caf160cc6'/>
<id>urn:sha1:ab8a5d51999b5c9214004200a8e0528caf160cc6</id>
<content type='text'>
In particular, the WeMOS D1 Mini board comes with a shield that has a
64x48 OLED display. This patch makes it display properly, with the upper
left pixel being at (0, 0) and not (32, 0).

I tried to do this with the configuration commands, but there doesn't
seem to be a command that would set the column offset (there is one for
the line offset, though).
</content>
</entry>
<entry>
<title>drivers/display/ssd1306: update SSD1306_SPI to work with new API</title>
<updated>2016-06-03T10:13:17+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2016-05-22T20:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=43c8f545d27d41c378b3765bfdb8f8c122d73dfc'/>
<id>urn:sha1:43c8f545d27d41c378b3765bfdb8f8c122d73dfc</id>
<content type='text'>
Makes it work on the ESP8266.
</content>
</entry>
<entry>
<title>extmod: Add machine time_pulse_us function (at C and Python level).</title>
<updated>2016-05-31T12:58:48+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-31T12:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4940bee62a636f7e2653a4d4eeac5071448addc0'/>
<id>urn:sha1:4940bee62a636f7e2653a4d4eeac5071448addc0</id>
<content type='text'>
The C implementation is taken from the DHT driver.
</content>
</entry>
<entry>
<title>drivers: Add C-level function to read DHT11 and DHT22 devices.</title>
<updated>2016-05-26T16:10:06+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-26T16:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=48a7ef0576f9c1cb71a07d1c01183b3872e2f762'/>
<id>urn:sha1:48a7ef0576f9c1cb71a07d1c01183b3872e2f762</id>
<content type='text'>
Uses mp_hal_pin API.
</content>
</entry>
<entry>
<title>drivers/cc3000: Rename timeval to cc3000_timeval, to avoid clash.</title>
<updated>2016-05-10T22:46:00+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-10T22:46:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ce2d34d74ff3b9fc1179ea0cf2be44b49de3f7f8'/>
<id>urn:sha1:ce2d34d74ff3b9fc1179ea0cf2be44b49de3f7f8</id>
<content type='text'>
The timeval struct can be defined by system C headers.
</content>
</entry>
<entry>
<title>drivers: Add SSD1306 OLED driver, with I2C and SPI interfaces.</title>
<updated>2016-04-12T13:06:54+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-04-12T13:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=73bc0c24ab6419b3f41cb272286f99700846ab33'/>
<id>urn:sha1:73bc0c24ab6419b3f41cb272286f99700846ab33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drivers/sdcard: Add support for multi-block read/write; add SD test.</title>
<updated>2016-02-02T11:16:15+00:00</updated>
<author>
<name>Peter Hinch</name>
<email>peter@hinch.me.uk</email>
</author>
<published>2016-01-30T07:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2bd758fe96e2913f48c1a0fdccafddc3dfb31cf9'/>
<id>urn:sha1:2bd758fe96e2913f48c1a0fdccafddc3dfb31cf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drivers/sdcard: Allow up to 5 retries to initialise SD card.</title>
<updated>2015-10-09T23:07:40+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-10-09T23:07:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=24652228af186d257bd273ddc8a4e07689d1a987'/>
<id>urn:sha1:24652228af186d257bd273ddc8a4e07689d1a987</id>
<content type='text'>
Apparently some cards need more than 2 retries.  See issue #1482.
</content>
</entry>
<entry>
<title>drivers/nrf24l01: Fix SPI phase setting to match specs of nRF chip.</title>
<updated>2015-09-18T13:00:12+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-09-18T13:00:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b0c08c8c173cbfe66ad78af55f4025543bbdbd9b'/>
<id>urn:sha1:b0c08c8c173cbfe66ad78af55f4025543bbdbd9b</id>
<content type='text'>
Addresses issue #1466.
</content>
</entry>
<entry>
<title>drivers/onewire: Fix ds18x20.read_temp so it works when no rom given.</title>
<updated>2015-07-30T22:10:39+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-07-30T22:10:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a95b06fc6b8adefa91303039cff0a35d3ae45d5a'/>
<id>urn:sha1:a95b06fc6b8adefa91303039cff0a35d3ae45d5a</id>
<content type='text'>
</content>
</entry>
</feed>
