mirror of
https://github.com/rvtr/twl_mcu.git
synced 2025-06-18 14:45:41 -04:00
31 lines
439 B
C
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
|