Flipped PCLK polarity, added TIM8 patch file

Develop
Sven Steudte 2017-08-21 03:51:03 +02:00
rodzic 59cd4be137
commit a855c4e7d8
3 zmienionych plików z 1236 dodań i 2 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ struct regval_list {
static const struct regval_list OV5640YUV_Sensor_Dvp_Init[] =
{
{ 0x4740, 0x24 },
{ 0x4740, 0x04 },
{ 0x4050, 0x6e },
{ 0x4051, 0x8f },

Wyświetl plik

@ -16,7 +16,7 @@
#include "watchdog.h"
#include "flash.h"
static uint8_t gimage_id = 10; // Global image ID (for all image threads)
static uint8_t gimage_id; // Global image ID (for all image threads)
mutex_t camera_mtx;
void encode_ssdv(uint8_t *image, uint32_t image_len, module_conf_t* conf, uint8_t image_id, bool redudantTx)