Commit Graph

13 Commits

Author SHA1 Message Date
ladyada f1da832667 remove some warnings 2021-06-30 17:15:13 -04:00
AnHardt 26f8260832 SPI_register_bits example
Showing how to work with the register bits on a  MAX31865.
2020-03-12 01:03:43 +01:00
Ladyada 85577e9f2e fix wrong exmaple 2019-08-29 15:00:58 -04:00
ladyada e61d6bac17 yikes everyone has a differnet way of doing SPI bit order 2019-05-18 19:20:13 -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 38dcfd17b0 fix missing bitorder define on some platforms, and update i2cregister to busioreg 2019-05-18 00:12:37 -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 a5bfc4ffa8 add an unsafe read 2019-03-07 16:23:12 -05:00
ladyada 428cdb3dbd ok have some rough read/write libraries 2019-03-07 16:15:30 -05:00
ladyada 91f5520704 write, read and write_then_read 2019-03-07 15:13:03 -05:00
ladyada 694010c57b create an i2c device with an address and be able to detect it 2019-03-07 14:23:42 -05:00