<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/drivers/nrf24l01, branch 2.2.3</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.2.3</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.2.3'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-07-31T08:35:40+00:00</updated>
<entry>
<title>all: Use the name MicroPython consistently in comments</title>
<updated>2017-07-31T08:35:40+00:00</updated>
<author>
<name>Alexander Steffen</name>
<email>devel.20.webmeister@spamgourmet.com</email>
</author>
<published>2017-06-30T07:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=55f33240f3d7051d4213629e92437a36f1fac50e'/>
<id>urn:sha1:55f33240f3d7051d4213629e92437a36f1fac50e</id>
<content type='text'>
There were several different spellings of MicroPython present in comments,
when there should be only one.
</content>
</entry>
<entry>
<title>drivers: Replace deprecated Pin.high()/low() methods with .__call__(1/0).</title>
<updated>2017-05-21T14:44:58+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-04-23T08:35:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1c9ee497562ab49c00d190ff91b6689979f922f4'/>
<id>urn:sha1:1c9ee497562ab49c00d190ff91b6689979f922f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drivers/nrf24l01: Update to work on newer ports, using machine, utime.</title>
<updated>2017-04-07T05:54:21+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-04-07T05:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d7310fabc22ebf45aedcaade1c531ece96c33bf0'/>
<id>urn:sha1:d7310fabc22ebf45aedcaade1c531ece96c33bf0</id>
<content type='text'>
Changes made are:
- Use the time module in place of the pyb module for delays.
- Use spi.read/spi.write instead of spi.send/spi.receive.
- Drop some non-portable parameters to spi and pin initialization.

Thanks to @deshipu for the original patch.
</content>
</entry>
<entry>
<title>drivers: Fix some minor spelling mistakes.</title>
<updated>2017-01-18T04:31:05+00:00</updated>
<author>
<name>Mike Causer</name>
<email>mcauser@gmail.com</email>
</author>
<published>2016-12-21T02:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c5310ee5b545316d7b8770343908c19f1ff1cd0d'/>
<id>urn:sha1:c5310ee5b545316d7b8770343908c19f1ff1cd0d</id>
<content type='text'>
respones -&gt; response
succeses -&gt; successes
</content>
</entry>
<entry>
<title>drivers: Add "from micropython import const" when const is used.</title>
<updated>2016-11-03T01:41:11+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-11-03T01:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7bb0f7b0f6218e813ca1ea9a21d5d549c7b36ab9'/>
<id>urn:sha1:7bb0f7b0f6218e813ca1ea9a21d5d549c7b36ab9</id>
<content type='text'>
Following best-practice use of the const feature, to make it compatible
with Python.
</content>
</entry>
<entry>
<title>drivers/nrf24l01: Fix SPI phase setting to match specs of nRF chip.</title>
<updated>2015-09-18T13:00:12+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-09-18T13:00:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b0c08c8c173cbfe66ad78af55f4025543bbdbd9b'/>
<id>urn:sha1:b0c08c8c173cbfe66ad78af55f4025543bbdbd9b</id>
<content type='text'>
Addresses issue #1466.
</content>
</entry>
<entry>
<title>drivers, nrf24: Nonblocking send now uses send_start and send_done.</title>
<updated>2014-12-09T02:30:22+00:00</updated>
<author>
<name>adminpete</name>
<email>peter@hinch.me.uk</email>
</author>
<published>2014-11-27T11:33:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e6e8ad8ab238cd596a3eedf8f4dd635e2e84f46e'/>
<id>urn:sha1:e6e8ad8ab238cd596a3eedf8f4dd635e2e84f46e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drivers, nrf24: Nonblocking send now done by generator.</title>
<updated>2014-12-09T02:29:56+00:00</updated>
<author>
<name>adminpete</name>
<email>peter@hinch.me.uk</email>
</author>
<published>2014-11-16T11:27:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=706955976c7f40a76f1c6e0bf94f1986980d75a3'/>
<id>urn:sha1:706955976c7f40a76f1c6e0bf94f1986980d75a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drivers, nrf24: Add nonblocking send option etc.</title>
<updated>2014-12-09T02:29:35+00:00</updated>
<author>
<name>Peter Hinch</name>
<email>peter@hinch.me.uk</email>
</author>
<published>2014-11-11T07:38:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5deceb842dd556ed47311f708ce548a4cb948bf4'/>
<id>urn:sha1:5deceb842dd556ed47311f708ce548a4cb948bf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drivers: Add NRF24L01 driver (written in pure Python).</title>
<updated>2014-10-02T18:36:56+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-10-02T18:36:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=877dba3e1a76d151c0d93c88bcfaac62ecfe3799'/>
<id>urn:sha1:877dba3e1a76d151c0d93c88bcfaac62ecfe3799</id>
<content type='text'>
Comes with test script.  Copy both files to pyboard and run
"import nrf24l01test".
</content>
</entry>
</feed>
