summaryrefslogtreecommitdiff
path: root/src/driver/nrf24l01.cc
AgeCommit message (Expand)AuthorLines
2020-12-08add licensing informationDaniel Friesel-0/+5
2020-10-26nrf24: Add powerDown transitionmerge-prep/lennartDaniel Friesel-1/+1
2020-08-31msp430fr: rename spi_b to spi to be consistent with other architecturesDaniel Friesel-8/+0
2020-05-14nrf24l01: add arduino/msp430fr* supportDaniel Friesel-0/+8
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