Implement ADS1115 register reading and writing

This commit is contained in:
2024-09-04 21:38:12 +02:00
parent 992899f0cb
commit 1602aa4297
3 changed files with 183 additions and 8 deletions

View File

@@ -18,4 +18,6 @@ int I2C_Stop(void);
int I2C_AHT20_Init(void);
int I2C_AHT20_Read(float *temp, float *rhum);
unsigned short I2C_ADS1115_Read(int channel);
#endif // MAD_CORE_BUS_I2C_H