<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/canio, branch 6.0.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-09-30T01:13:52+00:00</updated>
<entry>
<title>canio.CAN: clarify read-only status of several properties</title>
<updated>2020-09-30T01:13:52+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-30T01:13:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=88cbf772dfb5bcfd020c42c2470d0287c4b780a8'/>
<id>urn:sha1:88cbf772dfb5bcfd020c42c2470d0287c4b780a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>canio: doc improvement -- don't needlessly call out deinit behavior</title>
<updated>2020-09-29T19:32:27+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-29T19:32:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d79f4e26621681d80e72a614ca8f2210ac4ca02f'/>
<id>urn:sha1:d79f4e26621681d80e72a614ca8f2210ac4ca02f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>canio: actually drop the _error_count properties</title>
<updated>2020-09-29T19:25:53+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-29T19:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=611f81ac1afce82b74acbe8b282fef5300dac4d9'/>
<id>urn:sha1:611f81ac1afce82b74acbe8b282fef5300dac4d9</id>
<content type='text'>
thanks @tannewt
</content>
</entry>
<entry>
<title>Allow the _state_count properties to be unimplemented</title>
<updated>2020-09-29T19:05:50+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-29T19:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1bea099eb201526a777f3d30b8a9e017724aaa9d'/>
<id>urn:sha1:1bea099eb201526a777f3d30b8a9e017724aaa9d</id>
<content type='text'>
This is the case on the SPI implementations MCP2515 and MCP2518.
</content>
</entry>
<entry>
<title>more doc improvements</title>
<updated>2020-09-29T00:56:19+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-29T00:56:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=03bd968450fe167db7b7bfcffc98461be850dd5e'/>
<id>urn:sha1:03bd968450fe167db7b7bfcffc98461be850dd5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>can: RemoteTransmissionRequest: remove duplicate docstrings</title>
<updated>2020-09-29T00:47:06+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-29T00:47:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=979ec3a458a463d45dfd062e86073ffc2198f82e'/>
<id>urn:sha1:979ec3a458a463d45dfd062e86073ffc2198f82e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>canio: remove stray remote_transmission_request method declaration</title>
<updated>2020-09-28T22:22:02+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-28T22:19:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=04e434a7ce89eb756b5e2db8a2ef2f49ef3748ee'/>
<id>urn:sha1:04e434a7ce89eb756b5e2db8a2ef2f49ef3748ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CAN: Use mp_obj_t insteaed of canio_message_obj_t, get rid of rtr field</title>
<updated>2020-09-28T22:22:00+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-28T22:14:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f4e36fc7f6719cb938b6e11b3e5242b149600d7d'/>
<id>urn:sha1:f4e36fc7f6719cb938b6e11b3e5242b149600d7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>canio: CAN.Match: improve how an unspecified `mask` is implemented</title>
<updated>2020-09-28T22:22:00+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-28T21:06:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=13493730a15d5c75b50f2568387f2ddc88c412c7'/>
<id>urn:sha1:13493730a15d5c75b50f2568387f2ddc88c412c7</id>
<content type='text'>
0 should actually indicate a "match everything" filter which you otherwise
couldn't indicate with any single Match object, and an
all-address-bits-set number should indicate a "match single address"
filter.  Use an optional/default None argument to do the job.
</content>
</entry>
<entry>
<title>canio: CAN.listen: rename argument to 'matches', reflecting that it is a sequence</title>
<updated>2020-09-28T22:22:00+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-09-28T20:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4f7f1e810681f2956598acced5c09c05695967f9'/>
<id>urn:sha1:4f7f1e810681f2956598acced5c09c05695967f9</id>
<content type='text'>
</content>
</entry>
</feed>
