OV7670 Support

Fork of BSP_DISCO_F746NG by Huseyin Buyukesmeli

Files at this revision

API Documentation at this revision

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

Drivers/BSP/STM32746G-Discovery/stm32746g_discovery_camera.c Show annotated file Show diff for this revision Revisions of this file
Drivers/BSP/STM32746G-Discovery/stm32746g_discovery_camera.h Show annotated file Show diff for this revision Revisions of this file
--- 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;
 /**
   * @}
   */