Esempio n. 1
0
 public static bool Receive(byte p_slave_addr, byte p_num_bytes_to_read, ref byte[] p_data_array, ref string p_script_view)
 {
     return(Basic.Send_I2C_SimpleRead_Cmd(p_slave_addr, p_num_bytes_to_read, ref p_data_array, ref p_script_view));
 }