// 串行数码管显示 TLC1549 AD转换值// 芯片 ATMEGA16L // 时钟 4MHz 内部 // us延时 j=1;while(--j); 一个循环6个周期,4M晶振,延时1.5us#include//164数据线置1 #define hc164_data_SET PORTD |= 0x01 //164数
/*****************************************************File name : 24c32.c Chip type : ATmega16 Program type : Application Clock frequency : 4.000000 MHz Memory model : Small External SRAM size :
/*****************************************************File name : AD_onchip.c Chip type : ATmega16L Program type : Application Clock frequency : 4.000000 MHz Memory model : Small External SRAM si
// TLC5615输出0-5V电压值// 芯片 ATMEGA16L // 时钟 4MHz 内部#include#define SCLK5615 4 // tlc5615时钟线, PD4输出 #define DATA5615 5 // tlc5615数据线, PD5输出 #define CS5615 6 // tlc5615片选线 ,PD
//串行数码管显示 年-月-日 时-分-秒//芯片 ATMEGA16L //时钟 4MHz 内部 // DS1302 上升沿读写数据 // DS1302 读数据时 IO口上拉无效 //短延时 2us wait(); 长延时 n ms delay_nms(); #include//164数据线置1
// HS12864-15B - 串行方式 - 显示汉字 - 图形// 带字库 // 芯片 ATMEGA16L // 时钟 4MHz 内部 // 功能1:汉字及字母的显示,汉字不能错位 // 功能2:图形显示,显示横线、竖线、边框、128*64图像、64*64图像,图
// 串行数码管显示 TLC549 AD转换值// 芯片 ATMEGA16L // 时钟 4MHz 内部 // us延时 j=1;while(--j); 一个循环6个周期,4M晶振,延时1.5us #include//164数据线置1 #define hc164_data_SET PORTD |= 0x01 //164
// 串行数码管显示 温度值// 芯片 ATMEGA16L // 时钟 4MHz 内部 // DS18B20数据线是双向总线,采用一个IO口 // DS18B20数据线,输出不是通过IO口直接输出0和1,而是将IO口的PORT置成0。 // 输出方式,输出0; /