嗨
小弟最近在实作ir remote 发射与接收的功能
环境关键字是ameba freertos IAR
因为ameba官方的ir remote code 无法相容(或说共用)市面所有ir 的protocol
因此把arduino的ir remote 函式库直接移植到我的环境中
Arduino ir remote library 有使用pwm 以及gpio的方式做ir send
在pwm 以及硬件timer都被用光的情况下
我使用gpio的方式
—————————问题—————————
想请问mcu有使用软件timer 的相关方法吗
或者freertos 有类似的功能
P.S. 在freertos官网上我只看到 使用timer做中断提示的api 好像没有读取clock相关的方法
感谢