added get_rssi_packet for getting RSSI from the last packet received

This commit is contained in:
joxe 2008-10-29 09:22:39 +00:00
parent eb08babd4c
commit bc39f2a86c
2 changed files with 13 additions and 2 deletions

View file

@ -60,6 +60,7 @@ void cc1020_set_tx(void);
void cc1020_set_power(uint8_t pa_power);
int cc1020_carrier_sense(void);
uint8_t cc1020_get_rssi(void);
uint8_t cc1020_get_packet_rssi(void);
int cc1020_sending(void);
int cc1020_send(const void *buf, unsigned short size);