PixArt / Mbed 2 deprecated PAT9125_OTS_L476RG

Dependencies:   mbed

pat9125_mbed/pat9125_i2c.h

Committer:
pixus_mbed
Date:
2017-10-20
Revision:
15:089f1d28d152
Parent:
1:73967d37f487

File content as of revision 15:089f1d28d152:

#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