Age | Commit message (Expand) | Author | Lines |
2019-07-26 | nrf24l01 driver: Explicitly enable AutoAck on setup() | Daniel Friesel | -1/+4 |
2019-07-18 | nrf24: Add observe tx accessor | Daniel Friesel | -0/+5 |
2019-07-16 | more radio tests | Daniel Friesel | -6/+6 |
2019-07-16 | Working Nrf24 ping-pong | Daniel Friesel | -24/+175 |
2019-06-25 | addsetautoack | Daniel Friesel | -2/+27 |
2019-06-25 | implement powerDown function | Daniel Friesel | -0/+6 |
2019-06-25 | RF24: toggles, add setPayloadSize | Daniel Friesel | -16/+26 |
2019-06-25 | Nrf24: dynamic payload size and dynamic acks | Daniel Friesel | -3/+26 |
2019-06-24 | RF24: Add functions required for reading | Daniel Friesel | -0/+101 |
2019-06-24 | import nRF24 TX code | Daniel Friesel | -11/+187 |
2019-06-21 | add basic nRF24 driver | Daniel Friesel | -0/+95 |
2019-05-24 | add ccs811, max44006, max44009 drivers. Not all are working. | Daniel Friesel | -0/+140 |
2019-03-04 | Add LM75 DFA model | Daniel Friesel | -0/+14 |
2018-11-12 | wat | Daniel Friesel | -4/+4 |
2018-10-26 | Merge SoftI2C timer={0,1} code paths, adjust timing according to I2C spec | Daniel Friesel | -159/+25 |
2018-10-25 | softi2c: Also support pullup with timer=1 | Daniel Friesel | -0/+12 |
2018-10-25 | softi2c: Work around MSP430 timing issues with softi2c_timer=1 | Daniel Friesel | -0/+10 |
2018-10-25 | . | Daniel Friesel | -4/+2 |
2018-10-24 | I2C: Add support for manual / always-on gpio pullups | Daniel Friesel | -5/+34 |
2018-10-19 | LM75: Add getOS, getHyst accessors | Daniel Friesel | -0/+18 |
2018-10-15 | Enable busy waiting in I2C driver to reach selected I2C clock | Daniel Friesel | -12/+18 |
2018-10-15 | adjust soft_i2c to recent infrastructure changes | Daniel Friesel | -9/+8 |
2018-08-17 | add timer-supported software i2c + arduino-nano timer | Daniel Friesel | -0/+162 |
2018-08-08 | Add 24LC64 EEPROM driver | Daniel Friesel | -0/+28 |
2018-08-08 | am2320: Fix typo and remove superfluous bitmask | Daniel Friesel | -2/+2 |
2018-08-07 | Add AM2320 driver | Daniel Friesel | -0/+61 |
2018-08-07 | SoftI2C: Support Clock Stretching | Daniel Friesel | -1/+3 |
2018-08-07 | Support optional SoftI2C pullups on MSP430 | Daniel Friesel | -19/+32 |
2018-07-12 | Include hw/sw i2c based on preprocessor macros | Daniel Friesel | -0/+8 |
2018-07-12 | Add I2C Detect app | Daniel Friesel | -2/+11 |
2018-01-15 | Add Software I2C implementation | Daniel Friesel | -0/+121 |
2018-01-12 | add mmsimple driver | Daniel Friesel | -0/+32 |
2018-01-11 | Add Sharp96 display driver, split up msp430 SPI into a1 / b | Daniel Friesel | -0/+80 |
2017-12-14 | Add I2C and LM75 drivers | Daniel Friesel | -0/+30 |