dherrada
a489e58f48
Ran black, updated to pylint 2.x
2020-03-16 16:45:42 -04:00
Dan Halbert
99e9c32584
avoid allocations by avoiding **kwargs
2020-02-11 12:50:02 -05:00
cerickson
85d5cca287
Fixed trailing space pylint error
2018-05-14 15:52:55 -04:00
cerickson
1993c52b81
Fixed __init__ args line length for pylint
2018-05-14 14:57:23 -04:00
cerickson
4ea85ffc68
Made chip_select default to None, all chip_select usage checks existance first
2018-05-14 14:09:55 -04:00
sommersoft
b23eaf5cfd
updated title docstrings
2018-03-05 17:45:25 -06:00
Michael McWethy
9a49ca04e3
Merge pull request #12 from tannewt/lint
...
Update to new build process and turn on lint.
I tested and showed that the default and overrides are correctly passed to spi.config(). Since I do not have a oscilloscope i cannot say whether the configuration values were acted upon by the busio.SPI, but i did show that the changes to the project were correct.
2017-12-18 07:25:26 -07:00
Dan Halbert
0863c30dec
fix doc bug and add a little extra
2017-12-17 15:23:12 -05:00
Scott Shawcroft
c459a7d05e
Update to new build process and turn on lint.
...
I haven't tested these changes on device yet. Please only merge you test it or I follow up later to say its tested.
For https://github.com/adafruit/circuitpython/issues/475
2017-12-08 12:08:08 -08:00
Scott Shawcroft
f223aba833
Remove incorrect import.
2017-08-10 10:43:39 -07:00
Scott Shawcroft
6d69283068
Correct the docs and usage example for SPIDevice
2017-08-10 10:35:59 -07:00
Scott Shawcroft
6a20bf8383
Use busio after nativeio split.
2017-04-10 14:06:44 -07:00
Scott Shawcroft
601c51d78d
Add the ability to clock extra after a transaction. Used for SD cards.
2017-04-10 14:06:44 -07:00
Scott Shawcroft
9c27f6dcd3
Make a note on the classes that they aren't built in and provide a link to installation instructions.
2017-01-13 17:04:16 -08:00
Scott Shawcroft
fc7b805466
Polish the docs for ReadTheDocs
2017-01-05 17:44:19 -08:00
Tony DiCola
a7d11f8898
Optimization: remove read/write from SPI device and return SPI bus on context manager enter.
2016-12-12 00:19:40 -08:00
Scott Shawcroft
8ce1de7439
Add SPIDevice for SPI device locking and settings.
2016-12-02 15:58:08 -08:00