valconomy/firmware/main/common.h

14 lines
262 B
C
Raw Normal View History

#pragma once
#include <inttypes.h>
#include "driver/i2c_master.h"
#define SCL_SPEED 100000
#define LCD_HRES 800
#define LCD_VRES 480
extern i2c_master_bus_handle_t i2c_bus_handle;
extern i2c_master_dev_handle_t exio_cfg_handle, exio_o_handle;