Add support for the CC1101 chip from TI Receiving is done by pooling Sending is done...
authorNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 24 Apr 2014 02:37:00 +0000 (04:37 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
commit7e416b5c745ede5fbc4652a111b32f1e7d84058d
tree53fa0739b19913e47b8b38e5a49c2045134768b5
parentf99b2790f0390f33d2111a2753ceee37ec95d40d
Add support for the CC1101 chip from TI Receiving is done by pooling Sending is done when a line has been received on UART1 and the "send" flag set. Need to implement the "packet sent/received" interrupt.
drivers/cc1101.c [new file with mode: 0644]
include/drivers/cc1101.h [new file with mode: 0644]