Commit 93c3acb1 authored by 赵康弘's avatar 赵康弘

feat: SGM4591Q初始化

parent 7f33125a
......@@ -6,6 +6,7 @@
#include "Simulated_IIC_4_Master.h"
#include "MC33984EHFK.h"
#include "SGMCD1020Q.h"
#include "SGM4591Q.h"
#define ADC_MODULE_SAMPLE//sophia add
/* Registers base adrress */
......@@ -451,11 +452,11 @@ void Sys_Startup_Init(void)
/*****************************************************************************
************************** SPI module test ***********************************
*****************************************************************************/
Simulated_IIC_1_Init( );
Simulated_IIC_2_Init( );
Simulated_IIC_3_Init( );
Simulated_IIC_4_Init( );
Simulated_IIC_1_Init();
Simulated_IIC_2_Init();
Simulated_IIC_3_Init();
Simulated_IIC_4_Init( );
SGM4591Q_Init();
MC33984EHFK_Init( );
SGMCD1020Q_Init( );
#ifdef SPI_MODULE_SAMPLE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment