first commit
This commit is contained in:
8
sht30_driver.c
Normal file
8
sht30_driver.c
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* sht30_driver.c
|
||||||
|
*
|
||||||
|
* Created on: 30. apr. 2025
|
||||||
|
* Author: Chris
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
17
sht30_driver.h
Normal file
17
sht30_driver.h
Normal 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_ */
|
||||||
Reference in New Issue
Block a user