summaryrefslogtreecommitdiff
path: root/2.3-1/src/c/scilab-arduino/includes/cmd_i2c_read.h
blob: 791bdd385d8eb10b1f16b12c089b4b4bdc9fd841 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __CMD_I2C_READ_H__
#define __CMD_I2C_READ_H__
 
#include "types.h"

#ifdef  __cplusplus
extern "C" {
#endif
	
float u8cmd_i2c_reads(uint8 address, uint8 bytes);

#ifdef  __cplusplus
} /* extern "C" */
#endif

#endif /* __CMD_I2C_READ_H__ */