clean shit

This commit is contained in:
2024-12-29 22:59:07 +08:00
parent 444804efe4
commit 0ebe9c5d16
15 changed files with 104 additions and 131 deletions

View File

@@ -35,10 +35,21 @@ OF SUCH DAMAGE.
#ifndef MAIN_H
#define MAIN_H
// #define DEBUG_VERBOES
#include <stdio.h>
#include "gd32e23x.h"
#include "systick.h"
#include "gd32e23x_libopt.h"
#include "rs485.h"
#include "led.h"
#include "i2c.h"
#include "ldc1612.h"
#include "fwdgt.h"
#include "board_config.h"
void watchdog_init(void);
void reset_mcu(void);
#ifdef SOFTWARE_IIC
#include "soft_i2c.h"
#else
#include "i2c.h"
#endif
#endif /* MAIN_H */