Library for PAT9125 on L476RG platform

Fork of pat9125_mbed by PixArt Imaging

Revision:
0:3459848530ee
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pat9125_i2c.h	Fri Oct 20 11:07:23 2017 +0000
@@ -0,0 +1,13 @@
+#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