<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/bleio/Device.c, branch 4.0.0-beta.7</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.7</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-beta.7'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-02-24T19:23:00+00:00</updated>
<entry>
<title>Remove bleio classes that aren't done yet.</title>
<updated>2019-02-24T19:23:00+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-02-24T19:23:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8b6dc446d3d5ce1de155eef056877dbe2d5cada9'/>
<id>urn:sha1:8b6dc446d3d5ce1de155eef056877dbe2d5cada9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix a few ble-related doc issues</title>
<updated>2019-01-24T05:13:15+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-01-24T05:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=04aa906fac7b57d56c3f7c1249ebe4b1e8690422'/>
<id>urn:sha1:04aa906fac7b57d56c3f7c1249ebe4b1e8690422</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve travis fold status reporting; fix sphinx build; fix sphinx errors</title>
<updated>2019-01-09T18:32:45+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-01-09T18:31:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e47decbdc567aaa7ce4de0d1b7ea8ebc46b09732'/>
<id>urn:sha1:e47decbdc567aaa7ce4de0d1b7ea8ebc46b09732</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: Fix errors after rebase</title>
<updated>2018-10-21T15:15:27+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-08-31T19:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4bc24c4f6084e414f0fb00299aae7d7cfdb76aba'/>
<id>urn:sha1:4bc24c4f6084e414f0fb00299aae7d7cfdb76aba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bleio: Fix docs error</title>
<updated>2018-10-21T14:00:15+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-25T22:16:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c62b708012378f53ccb8c2691f79203e1d698f4b'/>
<id>urn:sha1:c62b708012378f53ccb8c2691f79203e1d698f4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bleio: Don't register the services until needed</title>
<updated>2018-10-21T14:00:04+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-25T22:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=eceb21a0175bd6109c81c7fa0def81dd57fdfe9c'/>
<id>urn:sha1:eceb21a0175bd6109c81c7fa0def81dd57fdfe9c</id>
<content type='text'>
Because of the very specific way nRF requires service registration
(characteristics can be added only to last added service), we would
have to write the Python code in a specific way. With this patch the
user has more freedom.
</content>
</entry>
<entry>
<title>bleio: Add scan_entry as an param for the Device constructor</title>
<updated>2018-10-21T13:59:57+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-25T21:15:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=beee58a56f8105efa5c4d1b4450636fd14ef4bc3'/>
<id>urn:sha1:beee58a56f8105efa5c4d1b4450636fd14ef4bc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bleio: A bit of cleanup</title>
<updated>2018-10-21T13:59:42+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-23T21:45:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c7b42d80b3df38048b2269c5eae55e318204e564'/>
<id>urn:sha1:c7b42d80b3df38048b2269c5eae55e318204e564</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>
</feed>
