# LPS22HH **Repository Path**: greenwall/LPS22HH ## Basic Information - **Project Name**: LPS22HH - **Description**: LPS22HH的stm32实现,使用HAL库。 官方开源页面:https://www.st.com/en/mems-and-sensors/lps22hh.html 大部分使用官方代码,做了部分修改。 使用方法: 初始化时调用lps22hh_init, 在while循环调用lps22hh_read_data_polling - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-18 - **Last Updated**: 2024-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LPS22HH ### 介绍 LPS22HH的stm32实现,使用HAL库 ### 官方开源页面 https://github.com/stm32duino/LPS22HH ### 传感器说明页面 https://www.st.com/en/mems-and-sensors/lps22hh.html 大部分使用官方代码,做了部分修改。 ### 使用说明 初始化时调用lps22hh_init, 在while循环调用lps22hh_read_data_polling