摘要:PRIVILEGED_DATA static List_t pxReadyTasksLists[ configMAX_PRIORITIES ]; /**< Prioritised ready tasks. */ PRIVILEGED_DATA static List_t xDelayedTaskLi
阅读全文
摘要:GD32E23x_User_Manual_Rev1.5_CN.pdf (gd32mcu.com)
阅读全文
摘要:# 文档 C:/Users/Administrator/AppData/Local/Programs/Python/Python311/Doc/html/library/tk.html # TIP: 如果不想要cmd, 扩展名py改为pyw from tkinter import * from tk
阅读全文
摘要:from configparser import * ini = ConfigParser() # 读入文件 ini.read("res/test.ini", encoding="utf-8") # 打印 for section in ini.sections(): print("\n[" + se
阅读全文
摘要:RDS相关概念 PS (program service) 提供8个字符的电台名称显示 PTY (program type) 提供电台节目类型显示 TP (traffic program) 提供电台是否为交通电台(不一定在播放交通信息) TA (traffic announcement) 提供电台是否
阅读全文
摘要:esp32-c3_technical_reference_manual_cn.pdf (espressif.com.cn)
阅读全文
摘要:git config --global core.quotepath false
阅读全文