Project structure redefined

This commit is contained in:
2024-01-27 21:41:59 +07:00
parent fa0a664e43
commit a355e36636
23 changed files with 1655 additions and 0 deletions

8
src/board_pins.h Normal file
View File

@@ -0,0 +1,8 @@
#include "driver/adc.h"
#define I2C_SDA_PIN 21
#define I2C_SCL_PIN 18
#define MPU6050_INT_PIN 19
#define BATTERY_ADC_CHANNEL ADC2_CHANNEL_0
#define BATTERY_DATA_PIN 4
#define BATTERY_DATA_SWITCH_PIN 17