Interface: tos.chips.cc1000.CC1000Squelch
interface CC1000Squelch
CC1000 internal noise floor (aka squelch value) interface
- Author:
-
David Gay
Commands
command void adjust(uint16_t data)
command uint16_t get()
command bool settled()
Commands - Details
adjust
command void adjust(uint16_t data)
- Parameters:
-
data - noise measurement
get
command uint16_t get()
- Returns:
-
Noise floor value
settled
command bool settled()
- Returns:
-
TRUE if noise floor estimate considered stable, FALSE otherwise