PixArt Imaging / Mbed 2 deprecated PAT9125_OTS_KL46Z

Dependencies:   pat9125_mbed mbed

pat9125_mbed/pat9125_i2c.h

Committer:
pixus_mbed
Date:
2017-10-18
Branch:
Branch_nRF51
Revision:
4:1cd61816c013
Parent:
1:73967d37f487

File content as of revision 4:1cd61816c013:

#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