Release 0.1

This commit is contained in:
2025-06-11 00:30:54 +03:00
parent 5a62faaa35
commit e9dee89303
2 changed files with 24 additions and 8 deletions

View File

@@ -4,16 +4,13 @@
#include "main.h"
#ifdef STM32G0
#include "stm32g0xx_hal.h"
#include "stm32g0xx_hal.h"
#endif
#ifdef STM32F0
#include "stm32f0xx_hal.h"
#include "stm32f0xx_hal.h"
#endif
void DS_I2CScan(I2C_HandleTypeDef* I2C);
void DS_I2CScan(I2C_HandleTypeDef *I2C, uint8_t *Result, uint8_t maxNumResults);
#endif