PixArt Imaging / Mbed 2 deprecated PAT9125_OTS_KL46Z

Dependencies:   pat9125_mbed mbed

Branch:
Branch_nRF51
Revision:
15:44049ba1d4c2
Parent:
4:1cd61816c013
Child:
16:f105483ee839
--- a/pat9125_mbed/pat9125_i2c.h	Wed Oct 18 10:01:44 2017 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-#ifndef PAT9125_I2C_H
-#define PAT9125_I2C_H
-#include "stdint.h"
-#include "mbed.h"
-
-class pat9125_i2c : public I2C
-{
-    public:           
-        pat9125_i2c(PinName sda, PinName scl);
-        static pat9125_i2c * reset() ;
-};
-
-#endif
\ No newline at end of file