first commit

This commit is contained in:
Christian Lind Madsen
2025-04-30 20:07:30 +02:00
parent eb6b44df8d
commit d8d73f77ba
2 changed files with 25 additions and 0 deletions

17
sht30_driver.h Normal file
View File

@@ -0,0 +1,17 @@
/*
* sht30_driver.h
*
* Created on: 30. apr. 2025
* Author: Chris
*/
#ifndef MAIN_SHT30_DRIVER_SHT30_DRIVER_H_
#define MAIN_SHT30_DRIVER_SHT30_DRIVER_H_
typedef struct {
}sht30_registers_t;
#endif /* MAIN_SHT30_DRIVER_SHT30_DRIVER_H_ */