add HTS221 sensor driver

This commit is contained in:
mculover666
2019-12-27 14:41:18 +08:00
parent b782b735f4
commit ae4b04bcb2
8 changed files with 438 additions and 54 deletions

View File

@@ -9,6 +9,7 @@
#include "usart.h"
#include "gpio.h"
#include "tos.h"
#include "i2c.h"
void board_init(void);
void SystemClock_Config(void);