代码搜索:AT89S51

找到约 334 项符合「AT89S51」的源代码

代码结果 334
www.eeworm.com/read/328396/13029728

at89s51

www.eeworm.com/read/218521/14916614

txt at89s51 music.txt

#include unsigned char m; //m为频率常数 unsigned char n=0; //n为节拍常数 unsigned char i=0; sbit bell=P1^1; unsigned char code music_tab[]={0x12,0x44,0x02,0x42, 0x42,0x01,0x41,0x12, //格式为: 频率常
www.eeworm.com/read/455874/7362444

txt at89s51开发温度巡检.txt

LED_0 EQU 30H LED_1 EQU 31H LED_2 EQU 32H ADC EQU 35H TCNTA EQU 36H TCNTB EQU 37H H_TEMP EQU 38H ;温度上限 L_TEMP EQU 39H ;温度下限 FLAG BIT