# test_c **Repository Path**: engineering-innovation-base/test_c ## Basic Information - **Project Name**: test_c - **Description**: 各种传感器外设的测试代码(stm32) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-12 - **Last Updated**: 2023-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # test_c #### 介绍 各种传感器外设的测试代码(stm32) #### 软件架构 * keil5 * CubeMx * 串口调试助手 #### 使用说明 1. 非大疆系列均使用**stm32f103Rct6**开发板进行测试。 2. 所有测试均使用**HAL**库,利用**cubemx**生成keil代码。 3. 大疆系列外设均使用**大疆A板**,内附大疆系列产品材料。 #### 参与贡献 * 若有*新外设*测试或更加*优化*的测试demo可更新仓库。 #### 补充说明 1. [初明忆冥的个人空间_哔哩哔哩_bilibili](https://space.bilibili.com/26142034?spm_id_from=333.999.0.0) 学习外设可以看他,但是需要注意的是他用的是标准库。