摘要: C文件头模板 /** * @file:KeyFunction.c * @copyright:Copyright 2020-2021 SGMW. Co. Ltd. AllRights Reserved. * @brief:按键模块 * @detail:涉及按键识别,以及按键按下后对应某参数的状态改变 阅读全文
posted @ 2023-02-01 19:14 海底淤泥 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 编译器:ChipON32 IDE KF32 首先添加A156MQT启动代码 然后添加库 然后在项目设置内添加编译路径 以下是点灯代码: #include"system_init.h" #include"kf32a156_gpio.h" int main() { SystemInit(120);/// 阅读全文
posted @ 2023-02-01 18:46 海底淤泥 阅读(551) 评论(0) 推荐(0) 编辑