<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/bleio/CharacteristicBuffer.c, 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>2019-08-29T22:44:27+00:00</updated>
<entry>
<title>rename bleio module to _bleio</title>
<updated>2019-08-29T22:44:27+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-08-29T22:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7a64af92807f012828636c101f4350272f6e929a'/>
<id>urn:sha1:7a64af92807f012828636c101f4350272f6e929a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WIP: CharacteristicBuffer for Central; not working: need to set remote Characteristic Service</title>
<updated>2019-07-03T02:34:54+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-07-03T02:34:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bf8a35b2f835fbc97d54867f8e21b486a46c245b'/>
<id>urn:sha1:bf8a35b2f835fbc97d54867f8e21b486a46c245b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WIP: Central compiles; now will test</title>
<updated>2019-06-21T22:04:04+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-06-21T22:04:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4881e1ff55768c027404cc6a1375c43d4c3acf2a'/>
<id>urn:sha1:4881e1ff55768c027404cc6a1375c43d4c3acf2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't operate directly on bleio objects in shared-bindings: use common_hal</title>
<updated>2019-06-19T03:46:20+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-06-19T03:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=35b919185747c42e183ccfc41f99fd370acca450'/>
<id>urn:sha1:35b919185747c42e183ccfc41f99fd370acca450</id>
<content type='text'>
routines instead. Changes made but not yet tested.
</content>
</entry>
<entry>
<title>Refactor deinit check to reduce code size.</title>
<updated>2019-06-12T18:36:43+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-06-12T08:00:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a35d9b469d4ed65fd992771aa98ac57241983794'/>
<id>urn:sha1:a35d9b469d4ed65fd992771aa98ac57241983794</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve rST consistency for rst2pyi use</title>
<updated>2019-05-31T02:02:47+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-05-31T02:01:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cfe24b85322a029758c3376eed2726657397bf33'/>
<id>urn:sha1:cfe24b85322a029758c3376eed2726657397bf33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reuse "Not connected" message in bleio</title>
<updated>2019-03-25T20:41:40+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2019-03-25T20:09:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d553df95b0e597d4c275f33061b71d2d3168ece9'/>
<id>urn:sha1:d553df95b0e597d4c275f33061b71d2d3168ece9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Arg check width and height into Shape.</title>
<updated>2019-02-14T01:34:39+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-02-14T01:34:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b13adfc228016856eeb1c77ecf1f500755cb2a55'/>
<id>urn:sha1:b13adfc228016856eeb1c77ecf1f500755cb2a55</id>
<content type='text'>
Fixes #1537
</content>
</entry>
<entry>
<title>CharacteristicBuffer: make it be a stream class; add locking</title>
<updated>2019-01-20T00:45:35+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-01-20T00:45:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=28cfd8a5135a1e420b56d693cef20fc1a4721081'/>
<id>urn:sha1:28cfd8a5135a1e420b56d693cef20fc1a4721081</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixup m0 and nrf</title>
<updated>2019-01-15T02:08:45+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-01-15T02:08:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bd3c36ce6d3b440dcb7591cacccbd2bc72a2268c'/>
<id>urn:sha1:bd3c36ce6d3b440dcb7591cacccbd2bc72a2268c</id>
<content type='text'>
</content>
</entry>
</feed>
