Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Other source in ebook
Title: LCD1602 Download
 Description: LCD1602 #include <reg52.h> #include <intrins.h> #define uint unsigned int #define uchar unsigned char //****************************************NRF24L01端口定义*************************************** sbit MISO =P2^3 sbit MOSI =P2^1 sbit SCK =P2^4 sbit CE =P2^5 sbit CSN =P2^0 sbit IRQ =P2^2 //******************************************************************************************* #define TX_ADR_WIDTH 5 // 5 uints TX address width #define RX_ADR_WIDTH 5 // 5 uints RX address width #define TX_PLOAD_WIDTH 32 // 20 uints TX payload #define RX_PLOAD_WIDTH 32 // 20 uints TX payload uchar const TX_ADDRESS[TX_ADR_WIDTH]= {0x34,0x43,0x10,0x10,0x01} //本地地址· uchar const RX_ADDRESS[RX_ADR_WIDTH]= {0x34,0x43,0x10,0x10,0x01} //接收地址· //*************************** 状
 Downloaders recently: [More information of uploader 吴民]
 To Search:
File list (Check if you may need any files):
 

LCD1602.doc
    

CodeBus www.codebus.net