STM8L libraries for CR95HF 1.0
Functions
CR95HF_Transmission_Reception_Functions
CR95HF_Support_Functions

Functions

void CR95HF_SendCommand (CR95HF_CommandSending *Cmd)
 This function sends a command to the cr95hf.
CR95HF_ResponseReceiving CR95HF_ReceiveAnswer (void)
 this function receives and returns the response to a command previously sent to the cr95hf
void CR95HF_Wait_Receive_Answer (CR95HF_ResponseReceiving *Response)
 This function waits and receive the answer frrom the CR95HF.

Function Documentation

CR95HF_ResponseReceiving CR95HF_ReceiveAnswer ( void  )

this function receives and returns the response to a command previously sent to the cr95hf

Return values:
CR95HF_ResponseReceiving: the response into a CR95HF_ResponseReceiving structure format
void CR95HF_SendCommand ( CR95HF_CommandSending Cmd)

This function sends a command to the cr95hf.

Parameters:
Cmd: the command structure to send
Return values:
void: no return value
void CR95HF_Wait_Receive_Answer ( CR95HF_ResponseReceiving Response)

This function waits and receive the answer frrom the CR95HF.

Parameters:
Response: structure to store the answer received into a CR95HF_ResponseReceiving structure format
 All Data Structures Files Functions Variables Defines