<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/nrf/modules/ubluepy, 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:50:45+00:00</updated>
<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>
<entry>
<title>nrf: Remove unused ubluepy classes</title>
<updated>2018-10-21T13:43:39+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-18T08:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=61bf4a16a7b1c4484a13121c2b64e5fd37d2ab01'/>
<id>urn:sha1:61bf4a16a7b1c4484a13121c2b64e5fd37d2ab01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bleio: Move the Scanner class to a shared module</title>
<updated>2018-10-21T13:43:29+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-18T08:22:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1c6bf9a15061d64ea097a024d73ad0a6da8f8e2b'/>
<id>urn:sha1:1c6bf9a15061d64ea097a024d73ad0a6da8f8e2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bleio: Move ScanEntry to shared module and add a new AdvertisementData class</title>
<updated>2018-10-21T13:43:24+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-17T15:00:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7390dc7dab2c5ccd34a1fa5a33e1e5241b8f9bd7'/>
<id>urn:sha1:7390dc7dab2c5ccd34a1fa5a33e1e5241b8f9bd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bleio: Add a new Address class</title>
<updated>2018-10-21T13:43:21+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-17T09:44:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=345334aaf13dabbbb5fbfc1778fc34ed78907f42'/>
<id>urn:sha1:345334aaf13dabbbb5fbfc1778fc34ed78907f42</id>
<content type='text'>
Use the new in the Adapter singleton.
</content>
</entry>
<entry>
<title>nrf: Move the Descriptor class from ubluepy to the shared bleio module</title>
<updated>2018-10-21T13:43:13+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-16T14:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=20b8d5169d02321c267cdb234c492ee92c321032'/>
<id>urn:sha1:20b8d5169d02321c267cdb234c492ee92c321032</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nrf: Move the UUID class from ubluepy to the shared bleio module</title>
<updated>2018-10-21T13:43:08+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2018-07-16T12:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f4940c9aec2ac73086efe18fbc57151f55c85981'/>
<id>urn:sha1:f4940c9aec2ac73086efe18fbc57151f55c85981</id>
<content type='text'>
Also added a UUIDType enum-like class for determining UUID type.
</content>
</entry>
<entry>
<title>Fix 'advertisement' typo</title>
<updated>2018-10-03T07:56:30+00:00</updated>
<author>
<name>Enrico Paganin</name>
<email>enrico.paganin@mail.com</email>
</author>
<published>2018-10-03T07:56:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4b9099358f3f0041b54148c8004af4e788c4e37e'/>
<id>urn:sha1:4b9099358f3f0041b54148c8004af4e788c4e37e</id>
<content type='text'>
</content>
</entry>
</feed>
