PU2CLR AKC695X Arduino Library  1.0.1
This is an Arduino Library to control the AKC695X / M695X DSP radio devices
Current Tune Status

Functions

bool AKC695X::isTuned ()
 Gets the result of tune processing. More...
 
bool AKC695X::isTuningComplete ()
 Gets the Status of seeking or tuning process. More...
 
uint8_t AKC695X::isCurrentModeFM ()
 Gets the current operation mode;. More...
 
uint16_t AKC695X::getCurrentChannel ()
 Gets the current channel. More...
 

Detailed Description

Current Tune Status


Function Documentation

◆ getCurrentChannel()

uint16_t AKC695X::getCurrentChannel ( )

Gets the current channel.

Returns the current channel stored in the registers 20 and 21.

Returns
unit16_t current channel

◆ isCurrentModeFM()

uint8_t AKC695X::isCurrentModeFM ( )

Gets the current operation mode;.

This method returns the current mode stored on register 20.

Returns
1 FM mode
0 AM mode

◆ isTuned()

bool AKC695X::isTuned ( )

Gets the result of tune processing.

This method gets the result of a tune process (seek or tune).

Returns
true Catched a channel. You are tuned.
false No channel

◆ isTuningComplete()

bool AKC695X::isTuningComplete ( )

Gets the Status of seeking or tuning process.

Return the status of tunning process

Returns
true Completed
false Not completed