summaryrefslogtreecommitdiff
path: root/src/driver
AgeCommit message (Expand)AuthorLines
2019-12-12mpu9250: Fix setGyroEnable/setAccelEnable. derp....Daniel Friesel-6/+6
2019-12-12mpu9250: Add nineAxis functionDaniel Friesel-0/+13
2019-12-12bme680_util: add sleep_ms wrapperDaniel Friesel-0/+5
2019-11-28MPU9250: Add AEMR DFA driver functions and modelDaniel Friesel-0/+50
2019-11-01MPU9250: Add SparkFun constants and non-raw readout of Accel and GyroDaniel Friesel-9/+114
2019-10-25BME280 driver: normalize API, add i2cdetect testDaniel Friesel-34/+34
2019-10-25Add BME280 driverDaniel Friesel-0/+1178
2019-10-21Add basic MPU9250 driverDaniel Friesel-0/+114
2019-10-18softi2c: handle SCL BUSY timeoutsDaniel Friesel-2/+18
2019-10-18Add preliminary version of HDC1080 driver (not working reliably yet)Daniel Friesel-0/+51
2019-09-25bme680: Support SoftI2CDaniel Friesel-0/+4
2019-09-25softi2c: Add MSP430FR5994 supportDaniel Friesel-0/+7
2019-09-24bme680: Fix setMemPageDaniel Friesel-6/+6
2019-09-24convert BME680 driver to C++ classDaniel Friesel-471/+243
2019-09-23Add Bosch SensorTec BME680 driver + utilitiesDaniel Friesel-0/+1394
2019-07-26nrf24l01 driver: Explicitly enable AutoAck on setup()Daniel Friesel-1/+4
2019-07-18nrf24: Add observe tx accessorDaniel Friesel-0/+5
2019-07-16more radio testsDaniel Friesel-6/+6
2019-07-16Working Nrf24 ping-pongDaniel Friesel-24/+175
2019-06-25addsetautoackDaniel Friesel-2/+27
2019-06-25implement powerDown functionDaniel Friesel-0/+6
2019-06-25RF24: toggles, add setPayloadSizeDaniel Friesel-16/+26
2019-06-25Nrf24: dynamic payload size and dynamic acksDaniel Friesel-3/+26
2019-06-24RF24: Add functions required for readingDaniel Friesel-0/+101
2019-06-24import nRF24 TX codeDaniel Friesel-11/+187
2019-06-21add basic nRF24 driverDaniel Friesel-0/+95
2019-05-24add ccs811, max44006, max44009 drivers. Not all are working.Daniel Friesel-0/+140
2019-03-04Add LM75 DFA modelDaniel Friesel-0/+14
2018-11-12watDaniel Friesel-4/+4
2018-10-26Merge SoftI2C timer={0,1} code paths, adjust timing according to I2C specDaniel Friesel-159/+25
2018-10-25softi2c: Also support pullup with timer=1Daniel Friesel-0/+12
2018-10-25softi2c: Work around MSP430 timing issues with softi2c_timer=1Daniel Friesel-0/+10
2018-10-25.Daniel Friesel-4/+2
2018-10-24I2C: Add support for manual / always-on gpio pullupsDaniel Friesel-5/+34
2018-10-19LM75: Add getOS, getHyst accessorsDaniel Friesel-0/+18
2018-10-15Enable busy waiting in I2C driver to reach selected I2C clockDaniel Friesel-12/+18
2018-10-15adjust soft_i2c to recent infrastructure changesDaniel Friesel-9/+8
2018-08-17add timer-supported software i2c + arduino-nano timerDaniel Friesel-0/+162
2018-08-08Add 24LC64 EEPROM driverDaniel Friesel-0/+28
2018-08-08am2320: Fix typo and remove superfluous bitmaskDaniel Friesel-2/+2
2018-08-07Add AM2320 driverDaniel Friesel-0/+61
2018-08-07SoftI2C: Support Clock StretchingDaniel Friesel-1/+3
2018-08-07Support optional SoftI2C pullups on MSP430Daniel Friesel-19/+32
2018-07-12Include hw/sw i2c based on preprocessor macrosDaniel Friesel-0/+8
2018-07-12Add I2C Detect appDaniel Friesel-2/+11
2018-01-15Add Software I2C implementationDaniel Friesel-0/+121
2018-01-12add mmsimple driverDaniel Friesel-0/+32
2018-01-11Add Sharp96 display driver, split up msp430 SPI into a1 / bDaniel Friesel-0/+80
2017-12-14Add I2C and LM75 driversDaniel Friesel-0/+30