<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-module/bleio, branch 4.0.0-beta.5</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-beta.5</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-beta.5'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-01-08T03:46:20+00:00</updated>
<entry>
<title>add CharacteristicBuffer; UART seems to work!</title>
<updated>2019-01-08T03:46:20+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-01-08T03:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f66f55b4ed4a008fd328a377acbf731e5f22d6de'/>
<id>urn:sha1:f66f55b4ed4a008fd328a377acbf731e5f22d6de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LocalPeripheral is now Peripheral; more work on basic GATTS support; UART not working yet</title>
<updated>2018-12-31T03:33:49+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-12-31T03:31:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1dc3957e729a7bf4d6476c587f140e3d42fd1bd5'/>
<id>urn:sha1:1dc3957e729a7bf4d6476c587f140e3d42fd1bd5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>free event handlers on reset; fix typo in Broadcaster</title>
<updated>2018-12-29T18:55:10+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-12-29T18:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ef39e72c7c3c3e68f73f670b7f8b7f08e813be39'/>
<id>urn:sha1:ef39e72c7c3c3e68f73f670b7f8b7f08e813be39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Broadcaster. Reset correctly on reload.</title>
<updated>2018-12-29T04:34:23+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-12-29T03:55:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4d1f0ec07be5e9cacaf0072a0f987871b8505ec4'/>
<id>urn:sha1:4d1f0ec07be5e9cacaf0072a0f987871b8505ec4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wip: advertising works, but not connection</title>
<updated>2018-12-27T05:04:04+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-12-27T05:04:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4167bf5b241eec4e5a04c36d7f7c66d43a8bb921'/>
<id>urn:sha1:4167bf5b241eec4e5a04c36d7f7c66d43a8bb921</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bleio WIP: redo for more immutability; use sd_* routines for internal flash write</title>
<updated>2018-12-07T21:52:47+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-12-07T21:52:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a7a24096f469b1ee95242d4e7f58929cad3699ed'/>
<id>urn:sha1:a7a24096f469b1ee95242d4e7f58929cad3699ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bleio: Remove redundant struct field</title>
<updated>2018-10-21T13:59:46+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-23T21:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b5e5805bb408ca3bb5975d8fad21070dbf4d51e9'/>
<id>urn:sha1:b5e5805bb408ca3bb5975d8fad21070dbf4d51e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nrf: Cleanup of the ble driver</title>
<updated>2018-10-21T13:54:13+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-22T14:06:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=17f13ecc2cf10975bf5ff0631ce4326b9ffbbcf5'/>
<id>urn:sha1:17f13ecc2cf10975bf5ff0631ce4326b9ffbbcf5</id>
<content type='text'>
Moved the functions to classes that they belong to.
</content>
</entry>
<entry>
<title>nrf: Move the Peripheral class to bleio as Device</title>
<updated>2018-10-21T13:50:45+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-19T18:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3bd65fbae5d0150139c0ffd4cf02f8c9f547bbf5'/>
<id>urn:sha1:3bd65fbae5d0150139c0ffd4cf02f8c9f547bbf5</id>
<content type='text'>
This was the last class from ubluepy and so that module is now gone.
The Device class offers both Peripheral and Central functionality.
See the inline docs for more info.
</content>
</entry>
<entry>
<title>nrf: Move the Service class from ubluepy to the shared bleio module</title>
<updated>2018-10-21T13:43:51+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-18T23:01:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bda734223e75382be048d47fa9331afd7e9cfdce'/>
<id>urn:sha1:bda734223e75382be048d47fa9331afd7e9cfdce</id>
<content type='text'>
</content>
</entry>
</feed>
