Greatly simplified Architecture, Identical Functions Removed: Platform Interfaces, STP6001 interface

Revision:
9:cb4c6d4e5030
Parent:
8:2fd7cb217068
Child:
10:cd1758e186a4
--- a/VL53L0X.h	Thu Jun 20 15:19:03 2019 +0000
+++ b/VL53L0X.h	Tue Jun 25 11:03:34 2019 +0000
@@ -1450,16 +1450,7 @@
      * @return  "Other error code"    See ::VL53L0X_Error
      */
     VL53L0X_Error VL53L0X_update_byte( uint8_t index, uint8_t and_data, uint8_t or_data);
-    /**
-     * Writes the supplied byte buffer to the device
-     *
-     * @param   index     The register index
-     * @param   p_data     Pointer to uint8_t buffer containing the data to be written
-     * @param   count     Number of bytes in the supplied byte buffer
-     * @return  VL53L0X_ERROR_NONE        Success
-     * @return  "Other error code"    See ::VL53L0X_Error
-     */
-    VL53L0X_Error VL53L0X_write_multi( uint8_t index, uint8_t *p_data, uint32_t count);
+
     /**
      * Reads the requested number of bytes from the device
      *
@@ -1471,8 +1462,6 @@
      */
     VL53L0X_Error VL53L0X_read_multi( uint8_t index, uint8_t *p_data, uint32_t count);
 
-
-
     /**
      * @brief execute delay in all polling API call
      *