初始版本

This commit is contained in:
2026-06-01 18:15:20 +08:00
parent 2786112b83
commit 4758a7f04e
134 changed files with 96670 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#ifndef __ADS1231__
#define __ADS1231__
#include "bsp.h"
void ADS1231_Open(void);
void ADS1231_SpeedSet(void);
bool ADS1231_Read(uint32_t *r_data, uint8_t channel);
void ADS1231_HighSpeedSet(void);
void ADS1231_LowSpeedSet(void);
#endif