Mike Spadaru / physcom
Committer:
maspadaru
Date:
Tue Nov 24 14:26:05 2020 +0000
Revision:
10:b1bdc51e1c50
Parent:
1:a247603f6a89
added Pixy2

Who changed what in which revision?

UserRevisionLine numberNew 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 10:b1bdc51e1c50 10 #include "pixy2/Pixy2.h"
maspadaru 1:a247603f6a89 11
maspadaru 1:a247603f6a89 12 #endif