<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/nrf/drivers, branch main</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-10-21T13:55:25+00:00</updated>
<entry>
<title>nrf: Move bluetooth driver to the 'bluetooth' folder</title>
<updated>2018-10-21T13:55:25+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-22T14:23:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d5a71a4b8a7ffe91ba688c733f10858cc428e9a6'/>
<id>urn:sha1:d5a71a4b8a7ffe91ba688c733f10858cc428e9a6</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: BLE driver cleanup</title>
<updated>2018-10-21T13:52:36+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-19T21:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=77eeecbfd92ab24504f0081630a3c3633c5be18b'/>
<id>urn:sha1:77eeecbfd92ab24504f0081630a3c3633c5be18b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nrf: Remove the ble drv specific characteristic struct</title>
<updated>2018-10-21T13:51:04+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-19T20:59:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6545aa99a9d86f4e93a89bee75ecd04e17bed3d2'/>
<id>urn:sha1:6545aa99a9d86f4e93a89bee75ecd04e17bed3d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nrf: Remove the ble drv specific service struct</title>
<updated>2018-10-21T13:51:01+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-19T20:10:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=98aa8c5923ae335b5d5143398bb5db2449940ad9'/>
<id>urn:sha1:98aa8c5923ae335b5d5143398bb5db2449940ad9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nrf: Remove the ble drv specific advertisement data struct</title>
<updated>2018-10-21T13:50:59+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-19T18:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3df7dea2cc8c9e3327a4915f717f94154ee4a71f'/>
<id>urn:sha1:3df7dea2cc8c9e3327a4915f717f94154ee4a71f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nrf: Remove the ble drv specific address struct</title>
<updated>2018-10-21T13:50:56+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-19T18:40:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4b344812bfdd1d5139b132e6d09dc6f2f5314fa4'/>
<id>urn:sha1:4b344812bfdd1d5139b132e6d09dc6f2f5314fa4</id>
<content type='text'>
</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>
<entry>
<title>nrf: Move the Characteristic class from ubluepy to the shared bleio module</title>
<updated>2018-10-21T13:43:48+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-18T21:47:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cc782492269f2311995269507ff1411d3bbb8a2f'/>
<id>urn:sha1:cc782492269f2311995269507ff1411d3bbb8a2f</id>
<content type='text'>
</content>
</entry>
</feed>
