Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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
PAT9125EL - Miniature Optical Navigation for Surface Tracking