Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-24 | nrf24l01: Change 'xn297_extensions' option to 'chip'. | Uwe Hermann | |
This allows for easily extending the PD to support other clones or compatibles of the nRF24L01(+) chip as well. | |||
2015-02-24 | nrf24l01: Add option to support the XN297's extra registers | Mike | |
2014-10-19 | spi: Use 'None' to signal the missing CS# pin. | Jens Steinhauser | |
2014-10-19 | nrf24l01: Don't decode incomplete commands. | Jens Steinhauser | |
Wait for the CS# line to be inactive before decoding the commands. | |||
2014-10-19 | nrf24l01: Check for CS# pin and only throw exceptions once. | Jens Steinhauser | |
2014-08-14 | spi/nrf24l01/uart: Use ChannelError exception. | Uwe Hermann | |
Rename the old MissingDataError to the clearer ChannelError. Also, add ChannelError in the UART decoder. | |||
2014-08-03 | nrf24l01: prettify annotation output | Jens Steinhauser | |
2014-07-15 | All PDs: Minor whitespace and consistency fixes. | Uwe Hermann | |
- No newlines at the end of files. - No trailing ';' characters. - Comparison with None: Use 'is None' or 'is not None'. - Comparison with True/False: Use 'if cond:' or 'if not cond:'. - Various minor whitespace fixes. | |||
2014-07-08 | Add nRF24L01(+) protocol decoder. | Jens Steinhauser | |