LibDriver SYN6288  2.0.0
SYN6288 full-featured driver
syn6288 extend driver function

syn6288 extend driver modules More...

Functions

uint8_t syn6288_set_command (syn6288_handle_t *handle, char *command)
 send the command to the chip More...
 

Detailed Description

syn6288 extend driver modules

Function Documentation

◆ syn6288_set_command()

uint8_t syn6288_set_command ( syn6288_handle_t handle,
char *  command 
)

send the command to the chip

Parameters
[in]*handlepointer to a syn6288 handle structure
[in]*commandpointer to a command buffer
Returns
status code
  • 0 success
  • 1 set command failed
  • 2 handle is NULL
  • 3 handle is not initialized
Note
none

Definition at line 1221 of file driver_syn6288.c.