Commit Graph

14 Commits

Author SHA1 Message Date
Limor "Ladyada" Fried 2381c86fc2
Merge pull request #16 from AnHardt/ByteOrder
Rename **bit**order -> **byte**order
2020-03-12 07:20:13 -04:00
AnHardt 1a2af57ab4 **bit**order -> **byte**order
In `Adafruit_BusIO_Register` we deal with bytes and their sequence.
In the SPI-device we really have a **bit**order
2020-03-10 20:28:57 +01:00
AnHardt 244650a027 Add ADDRBIT8_HIGH_TOWRITE to Adafruit_BusIO_SPIRegType
Add ADDRBIT8_HIGH_TOWRITE to  Adafruit_BusIO_SPIRegType to enable writing for example MAX31865 and MAX31856
2020-03-10 20:05:28 +01:00
Lady Ada 6aac18ac66 dox 2020-02-22 18:20:26 -05:00
Lady Ada 26305c9e25 let us check i2c connection on register bit reads 2020-02-22 18:08:14 -05:00
Lady Ada ddee2a2339 remove travis, add actions, clang, bump version 2019-12-27 19:49:16 -05:00
Lady Ada 57b2f917cf add SPI mode where 7th bit is used to auto-inc 2019-12-21 19:24:21 -05:00
siddacious 93a03b19f4 fixed? mask calculation for RegisterBits 2019-10-11 19:09:25 -07:00
ladyada 9dbdadb3f6 doxdoxdox 2019-05-18 14:37:08 -04:00
ladyada e2237ec32c swap around args for mixed use register 2019-05-18 03:10:14 -04:00
ladyada 805c5f5033 allow a register to be i2c or spi 2019-05-18 02:47:48 -04:00
ladyada 31ba580ed3 spi register support 2019-05-18 00:04:51 -04:00
ladyada bb33ff7118 initial SPI bus device 2019-05-17 23:36:14 -04:00
ladyada 8bc19f41cf rename in prep of SPIification 2019-05-17 22:53:56 -04:00
Renamed from Adafruit_I2CRegister.cpp (Browse further)