![]() |
STM8L libraries for CR95HF 1.0
|
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. |
CR95HF_ResponseReceiving CR95HF_ReceiveAnswer | ( | void | ) |
this function receives and returns the response to a command previously sent to the cr95hf
CR95HF_ResponseReceiving | : the response into a CR95HF_ResponseReceiving structure format |
void CR95HF_SendCommand | ( | CR95HF_CommandSending * | Cmd | ) |
This function sends a command to the cr95hf.
Cmd | : the command structure to send |
void | : no return value |
void CR95HF_Wait_Receive_Answer | ( | CR95HF_ResponseReceiving * | Response | ) |
This function waits and receive the answer frrom the CR95HF.
Response | : structure to store the answer received into a CR95HF_ResponseReceiving structure format |