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.
physcom.h@1:a247603f6a89, 2018-08-31 (annotated)
- Committer:
- maspadaru
- Date:
- Fri Aug 31 09:20:33 2018 +0000
- Revision:
- 1:a247603f6a89
- Child:
- 10:b1bdc51e1c50
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| maspadaru | 1:a247603f6a89 | 1 | #ifndef PHYSCOM_H |
| maspadaru | 1:a247603f6a89 | 2 | #define PHYSCOM_H |
| maspadaru | 1:a247603f6a89 | 3 | |
| maspadaru | 1:a247603f6a89 | 4 | #include "ping/ping.h" |
| maspadaru | 1:a247603f6a89 | 5 | #include "m3pi/m3pi.h" |
| maspadaru | 1:a247603f6a89 | 6 | #include "ov7670/ov7670.h" |
| maspadaru | 1:a247603f6a89 | 7 | #include "ov7670/ov7670reg.h" |
| maspadaru | 1:a247603f6a89 | 8 | #include "rpc/rpc.h" |
| maspadaru | 1:a247603f6a89 | 9 | #include "rpc/RPCFunction.h" |
| maspadaru | 1:a247603f6a89 | 10 | |
| maspadaru | 1:a247603f6a89 | 11 | #endif |