# 芯科 EFM8BB52 **Repository Path**: onionc/silabs-efm8-bb52 ## Basic Information - **Project Name**: 芯科 EFM8BB52 - **Description**: 芯科 EFM8-BB52 板子 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2022-01-16 - **Last Updated**: 2026-02-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 来自 EEPW 的芯科EFM8BB52板子试用活动。 *没有区分文件夹,把所有程序文件放到根目录了,方便在项目中的src目录直接拉取。* 文件目录如下: - common,公共头和函数 - delay,使用计时器0中断完成精准的延时函数 - uart,串口通信,使用了计时器1和串口中断 - motor,步进电机控制,使用IO口 - ired,红外,使用外部中断 - myProject_main.c,入口文件