COMPLETED_PISCINE_C 项目使用文档 COMPLETED_PISCINE_C | SCHOOL_42_UPDATE 2020 | This repository contains many versions of completed and commented out tasks for each day of the very first "Piscine C"( Program | Course | Programing | Coding | School…
IAR FOR AVR中精确软件延时方法
注意: __delay_cycles(x),x必须是常量或则是常量表达式,如果是变量则编译报错! 在用单片机的时候常常会用到延时函数,430也不例外,常见的形式有: void delay(unsigned int…