<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/_bleio/__init__.c, branch encoding</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-07-22T21:00:28+00:00</updated>
<entry>
<title>Merge branch 'main' into memmonitor</title>
<updated>2020-07-22T21:00:28+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-07-22T21:00:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=049921fec8be3ccd9c3a29e14f21e6ffa76b09ea'/>
<id>urn:sha1:049921fec8be3ccd9c3a29e14f21e6ffa76b09ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix BluetoothError doc typo we copied</title>
<updated>2020-07-22T01:30:29+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-07-22T01:30:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=eb24653d3ffa85dbe5209d5834bb87f76a7c57e1'/>
<id>urn:sha1:eb24653d3ffa85dbe5209d5834bb87f76a7c57e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made most of the requested changes</title>
<updated>2020-07-03T17:49:00+00:00</updated>
<author>
<name>dherrada</name>
<email>dylan.herrada@adafruit.com</email>
</author>
<published>2020-07-03T17:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3df03a565069d6e8874eb678d4f010eee97305b0'/>
<id>urn:sha1:3df03a565069d6e8874eb678d4f010eee97305b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added type hints to _bleio</title>
<updated>2020-07-02T18:11:25+00:00</updated>
<author>
<name>dherrada</name>
<email>dylan.herrada@adafruit.com</email>
</author>
<published>2020-07-02T18:11:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=26f1fd00719ef0c5dc904e9b6f03ad2a90e2abdc'/>
<id>urn:sha1:26f1fd00719ef0c5dc904e9b6f03ad2a90e2abdc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Swap sphinx to autoapi and the inline stubs</title>
<updated>2020-05-13T00:28:24+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-05-13T00:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4e8de3c554024d3ac89e9ee77b958a6932a64bec'/>
<id>urn:sha1:4e8de3c554024d3ac89e9ee77b958a6932a64bec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Did audiopwmio, bitbangio, and _bleio</title>
<updated>2020-05-01T22:23:27+00:00</updated>
<author>
<name>dherrada</name>
<email>dylan.herrada@gmail.com</email>
</author>
<published>2020-05-01T22:23:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0e465e63b98c3825298219e2144a145208aaff7f'/>
<id>urn:sha1:0e465e63b98c3825298219e2144a145208aaff7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable _bleio adapter when _bleio is imported</title>
<updated>2020-02-21T02:55:04+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-02-21T02:55:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e31ac710be0e1983ec791dc4db169505afdd8d63'/>
<id>urn:sha1:e31ac710be0e1983ec791dc4db169505afdd8d63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add PacketBuffer and MTU negotiation support.</title>
<updated>2020-01-04T01:29:54+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-12-06T20:27:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=82fb761c0f93152feb7cef0a177a160d370a8b6e'/>
<id>urn:sha1:82fb761c0f93152feb7cef0a177a160d370a8b6e</id>
<content type='text'>
PacketBuffer facilitates packet oriented BLE protocols such as BLE
MIDI and the Apple Media Service.

This also adds PHY, MTU and connection event extension negotiation
to speed up data transfer when possible.
</content>
</entry>
<entry>
<title>Only add module when printing exception.</title>
<updated>2019-11-21T20:26:25+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-11-21T20:26:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=98e55eb57790b16fb45d802925195b3bf5250ecb'/>
<id>urn:sha1:98e55eb57790b16fb45d802925195b3bf5250ecb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve printing to include _bleio. prefix for type.</title>
<updated>2019-11-21T19:04:17+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-11-21T19:04:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=521c7531bcdc2e8b7bb72c571eaa5e48468b0599'/>
<id>urn:sha1:521c7531bcdc2e8b7bb72c571eaa5e48468b0599</id>
<content type='text'>
</content>
</entry>
</feed>
