diff options
author | Christian Pointner <equinox@mur.at> | 2015-02-17 14:21:58 +0100 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2015-02-17 14:21:58 +0100 |
commit | a40b7dcbd420f8c02ec3e6be341001c57a9610d7 (patch) | |
tree | b4af9a5d5f3f4fd0d8efa04ae518c9439fc08a21 /software/avr.lib/cc1101.h | |
parent | hhd70: getting/setting frequency (diff) |
hhd70: added idle command
Diffstat (limited to 'software/avr.lib/cc1101.h')
-rw-r--r-- | software/avr.lib/cc1101.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/software/avr.lib/cc1101.h b/software/avr.lib/cc1101.h index 2ac92bb..6e9e657 100644 --- a/software/avr.lib/cc1101.h +++ b/software/avr.lib/cc1101.h @@ -38,7 +38,9 @@ typedef struct { void cc1101_init(cc1101_driver_conf_t conf); void cc1101_reg_init(void); void cc1101_soft_reset(void); + void cc1101_powerdown(void); +void cc1101_idle(void); void cc1101_set_freq_hz(uint32_t hz); uint32_t cc1101_get_freq_hz(void); |