Initial commit

This commit is contained in:
2026-03-24 23:33:42 +03:00
parent 37dd04f903
commit 2a36155d8e
3 changed files with 37 additions and 0 deletions

21
Inc/DS_TMP112.h Normal file
View File

@@ -0,0 +1,21 @@
#ifndef DS_TMP112_H
#define DS_TMP112_H
#ifdef STM32G030xx
#include "stm32g0xx_hal.h"
#endif
#ifdef STM32F030xx
#include "stm32f0xx_hal.h"
#endif
#ifdef STM32F103xB
#include "stm32f1xx_hal.h"
#endif
#ifdef STM32L152xC
#include "stm32l1xx_hal.h"
#endif
#endif //DS_TMP112_H