1.3.4 Frequency Hop APIs
touch_ret_t qtm_freq_hop(qtm_freq_hop_control_t *qtm_freq_hop_control);
Description: Performs Frequency Hopping Algorithm. Chose the next measurements frequency from the frequency-set and perform median filter on the signal value. Should be called after calling qtm_acquisition_process().
Parameter:
Type | Description |
---|---|
qtm_freq_hop_control_t | Pointer to Frequency Hop Control structure |
Return:
Type | Description |
---|---|
touch_ret_t | Touch Library Return Status |
uint16_t qtm_get_freq_hop_module_id(void)
Description: Returns the module ID
Parameter: void
Return:
Type | Description |
---|---|
uint16_t | Moduel ID |
uint8_t qtm_get_freq_hop_module_ver(void)
Description: Returns the module Firmware version
Parameter: void
Return:
Type | Description |
---|---|
uint8_t | Moduel Version |