HOme Sheriff And Lamp
Dependencies: CameraC328 HCSR04 SDFileSystem WIZnetInterface mbed
Fork of HoSAL by
Revision 9:416cbcabbddd, committed 2015-08-11
- Comitter:
- uasonice
- Date:
- Tue Aug 11 19:25:31 2015 +0000
- Parent:
- 8:28f7b30c1ae4
- Child:
- 10:0868448017da
- Commit message:
- update: camera baud rate down to 14400
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Aug 11 19:20:46 2015 +0000
+++ b/main.cpp Tue Aug 11 19:25:31 2015 +0000
@@ -99,8 +99,8 @@
#if defined(USE_CAMERA)
DM_fLN("Init camera C328");
- //g_pCam = new CameraC328(PA_13, PA_14, CameraC328::Baud14400);
- g_pCam = new CameraC328(PA_13, PA_14, CameraC328::Baud38400);
+ g_pCam = new CameraC328(PA_13, PA_14, CameraC328::Baud14400);
+ //g_pCam = new CameraC328(PA_13, PA_14, CameraC328::Baud38400);
revSync(g_pCam);
#if 0
tm1.reset();
