Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: VL6180_Board
spi_interface.h
00001 /* Define to prevent from recursive inclusion --------------------------------*/ 00002 00003 #ifndef __SPI_INTERFACE_H 00004 #define __SPI_INTERFACE_H 00005 00006 00007 #ifdef __cplusplus 00008 extern "C" { 00009 #endif 00010 00011 int vl6180_i2c_write_if(uint8_t* pBuffer, uint8_t DeviceAddr, uint16_t RegisterAddr, uint16_t NumByteToWrite); 00012 int vl6180_i2c_read_if(uint8_t* pBuffer, uint8_t DeviceAddr, uint16_t RegisterAddr, uint16_t NumByteToWrite); 00013 int vl6180_i2c_write_stmpe1600(uint8_t* pBuffer, uint8_t DeviceAddr, uint16_t RegisterAddr, uint16_t NumByteToWrite); 00014 int vl6180_i2c_read_stmpe(uint8_t* pBuffer, uint8_t DeviceAddr, uint16_t RegisterAddr, uint16_t NumByteToWrite); 00015 00016 00017 00018 #ifdef __cplusplus 00019 } 00020 #endif 00021 00022 00023 #endif /* __DEV_53L1X_I2C_H */
Generated on Tue Nov 29 2022 20:47:36 by
1.7.2