当前位置:首页 > 2021年7月13日

数码管驱动

chanra1n3年前 (2021-07-13)未命名2963
数码管驱动
//smg.c 使用PCA #include <STC12C5A60S2.H> #include "intrins.h" #define FOSC    12000000L #de...

独立按键驱动

chanra1n3年前 (2021-07-13)未命名2799
独立按键驱动
//key.c #include <STC12C5A60S2.H> #include <key.h> bit READ_S1() { if(P35==1) return KEY_OFF; else retur...

AD9834驱动

chanra1n3年前 (2021-07-13)未命名3417
AD9834驱动
//AD9834.h #ifndef _AD9834_H_ #define _AD9834_H_ #include <STC12C5A60S2.H> #define FCLK     ...