initial commit

This commit is contained in:
jhChun
2026-04-08 16:58:54 +09:00
commit 82e33d8bf9
2578 changed files with 1590432 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
/*******************************************************************************
* @file mcp4725.h
* @author CandyPops Co.
* @version V1.0.0
* @date 2022-09-05
* @brief
******************************************************************************/
#ifndef _MCP4725_ADC_H_
#define _MCP4725_ADC_H_
void mcp4725_adc_init(void);
void mcp4725_voltage_level_meas(void);
#endif /* !_MCP4725_ADC_H_ */