twl_mcu/incs.h
2024-12-17 04:24:29 -05:00

31 lines
439 B
C

#ifndef _incs_h_
#define _incs_h_
#include "macrodriver.h"
#include "jhl_defs.h"
#include "System.h"
#include "Port.h"
#include "WDT.h"
#include "vreg.h"
#include "Timer.h"
#include "I2C.h"
#include "user_define.h"
#include "config.h"
#include "flash.h"
#include "SW_I2C.h"
#include "DCP.h"
#include "PMIC_TWL2.h"
#include "ADC.h"
#include "LEDs.h"
#ifdef debug_codes
#include "debug.h"
#endif
#endif