Commit graph

14 commits

Author SHA1 Message Date
Abhinuv Nitin Pitale
67de20d275
update _mosi typo as per #83 2018-10-02 00:58:53 -07:00
Tony DiCola
f17faeeac8
Merge pull request #71 from lsellens/master
duplicate function
2018-02-26 17:43:57 -08:00
Tony DiCola
35a6a9ca58
Fix previous commit to correctly set SpiDev device cshigh property. 2018-02-26 17:40:44 -08:00
lsellens
88273cd27a duplicate function 2017-07-11 07:23:24 -05:00
Alexandru Gagniuc
d70b111058 SPI: Make sure CS line is active-low
If another user configures the SPI bus as CS active-high, the setting
will stick. It is thus possible to end up in a situation where CS is
forced high during SPI transactions. The solution is to explicitly
disable 'cshigh' before using the SpiDev object.
2016-10-15 14:06:20 -07:00
Evan Steele
474c0642f7 Added needed import 2015-04-30 18:07:13 -07:00
Evan Steele
0307bd789c bug fixes 2015-04-30 18:01:22 -07:00
Evan Steele
7ad97ed59a added support for MinnowBoard 2015-04-30 15:35:46 -07:00
Tony DiCola
19a6ef1aea Fix software SPI driver initializer to define MOSI, MISO, SS pins as optional. 2015-03-19 22:17:58 +00:00
Andrey Somov
973745604b Fix issue 11: use spaces for indentation 2014-12-15 16:58:20 +01:00
Tony DiCola
f04bedef05 Refactor I2C and SPI to support FT232H as I2C and SPI master. No changes to existing I2C and SPI interface. 2014-11-20 20:54:45 -08:00
Tony DiCola
44097080e0 Fix bug with bitbang SPI and no MISO pin specified. Bump version up to 0.5.5. 2014-09-17 07:20:41 +00:00
Tony DiCola
6532a0e0ee Explicitly set SPI mode to 0 by default. 2014-06-25 09:55:39 -07:00
Tony DiCola
82bb79962d Initial commit. 2014-05-30 05:48:21 -07:00