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@0:411244c71423, 2017-10-03 (annotated)
- Committer:
- pixus_mbed
- Date:
- Tue Oct 03 07:26:38 2017 +0000
- Revision:
- 0:411244c71423
- Child:
- 1:73967d37f487
1st version : OTS, LCM and Serial output are work.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| pixus_mbed | 0:411244c71423 | 1 | #ifndef PAT9125_I2C_H |
| pixus_mbed | 0:411244c71423 | 2 | #define PAT9125_I2C_H |
| pixus_mbed | 0:411244c71423 | 3 | #include "stdint.h" |
| pixus_mbed | 0:411244c71423 | 4 | #include "mbed.h" |
| pixus_mbed | 0:411244c71423 | 5 | |
| pixus_mbed | 0:411244c71423 | 6 | class pat9125_i2c : public I2C |
| pixus_mbed | 0:411244c71423 | 7 | { |
| pixus_mbed | 0:411244c71423 | 8 | public: |
| pixus_mbed | 0:411244c71423 | 9 | pat9125_i2c(PinName sda = I2C_SDA0, PinName scl = I2C_SCL0); |
| pixus_mbed | 0:411244c71423 | 10 | static pat9125_i2c * reset() ; |
| pixus_mbed | 0:411244c71423 | 11 | }; |
| pixus_mbed | 0:411244c71423 | 12 | |
| pixus_mbed | 0:411244c71423 | 13 | #endif |
PAT9125EL - Miniature Optical Navigation for Surface Tracking