This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Global Variable

Hi, I defined uint8_t frame_buffer[320*240] to store data of pixels from OV7670 camera in OV7670.c and I'd like to use frame_buffer array in main.c, but I'm getting ''frame_buffer'' is undefined error message, any suggestions?