Library for PAT9125 on L476RG platform

Fork of pat9125_mbed by PixArt Imaging

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers pat9125_i2c.h Source File

pat9125_i2c.h

00001 #ifndef PAT9125_I2C_H
00002 #define PAT9125_I2C_H
00003 #include "stdint.h"
00004 #include "mbed.h"
00005 
00006 class pat9125_i2c : public I2C
00007 {
00008     public:           
00009         pat9125_i2c(PinName sda, PinName scl);
00010         static pat9125_i2c * reset() ;
00011 };
00012 
00013 #endif