OV7670 Support
Fork of BSP_DISCO_F746NG by
Revision 9:cd90418a750e, committed 2017-02-25
- Comitter:
- buyukesmeli
- Date:
- Sat Feb 25 09:31:36 2017 +0000
- Parent:
- 8:ff634d7a9d9f
- Child:
- 10:27e6daa4f2fe
- Commit message:
- Camera address arrangements.
Changed in this revision
--- a/Drivers/BSP/STM32746G-Discovery/stm32746g_discovery_camera.c Fri Feb 24 20:37:05 2017 +0000 +++ b/Drivers/BSP/STM32746G-Discovery/stm32746g_discovery_camera.c Sat Feb 25 09:31:36 2017 +0000 @@ -114,7 +114,8 @@ static uint32_t CameraCurrentResolution; /* Camera module I2C HW address */ -static uint32_t CameraHwAddress; +//static uint32_t CameraHwAddress; +uint32_t CameraHwAddress; /** * @} */
--- a/Drivers/BSP/STM32746G-Discovery/stm32746g_discovery_camera.h Fri Feb 24 20:37:05 2017 +0000 +++ b/Drivers/BSP/STM32746G-Discovery/stm32746g_discovery_camera.h Sat Feb 25 09:31:36 2017 +0000 @@ -128,7 +128,7 @@ /** * @} */ - +extern uint32_t CameraHwAddress; /** * @} */
