summaryrefslogtreecommitdiff
path: root/software/avr.lib/cc1101.h
diff options
context:
space:
mode:
Diffstat (limited to 'software/avr.lib/cc1101.h')
-rw-r--r--software/avr.lib/cc1101.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/software/avr.lib/cc1101.h b/software/avr.lib/cc1101.h
index 83c99bf..ffb886e 100644
--- a/software/avr.lib/cc1101.h
+++ b/software/avr.lib/cc1101.h
@@ -55,7 +55,15 @@ cc1101_state_t cc1101_get_state(void);
void cc1101_set_freq_hz(uint32_t hz);
uint32_t cc1101_get_freq_hz(void);
+uint8_t cc1101_get_partnum(void);
+uint8_t cc1101_get_chip_version(void);
+uint8_t cc1101_get_freq_offset_est(void);
+uint8_t cc1101_get_lqi(void);
int8_t cc1101_get_rssi(void);
+uint16_t cc1101_get_wortime(void);
+uint8_t cc1101_get_pkt_status(void);
+uint8_t cc1101_get_tx_bytes(void);
+uint8_t cc1101_get_rx_bytes(void);
void cc1101_dump_register(void);