Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Embeded-SCM Develop Other Embeded program
Title: AT89C51 Download
 Description: #include <reg52.h> #include <absacc.h> #define uchar unsigned char #define PA8255 XBYTE[0x3ffc] #define PB8255 XBYTE[0x3ffd] #define PC8255 XBYTE[0x3ffe] #define COM8255 XBYTE[0x3fff] #define IN0 XBYTE[0x1000] void ADC(void) sbit cs138=P1^6 uchar AdcValue main() {cs138=0 COM8255=0x81 EA=1 IE=0x81 IT0=1 IN0=0 while(1) {PA8255=PB8255=AdcValue } } void ADC(void) interrupt 0 using 1 {AdcValue=IN0 IN0=0 }
 Downloaders recently: [More information of uploader 0000000123456]
  • [8951clock] - at89c51 for the procedure and a clock ci
  • [51pcb] - 51 microcontroller circuit and PCB layou
  • [51pcb] - Make their own board of 89s51 Singlechip
  • [51demodoc] - Manual Play package, PCB, SCH map, and N
  • [shiyongdianzicheng] - Electronic Design Competition in Shandon
  • [TMS320F2812pdf] - Huazhong University of Science and Techn
  • [FirmwareVerilog] - USB2.0 and FPGA communications test proc
  • [AT89C51] - AT89C51-based schematic diagram of elect
File list (Check if you may need any files):
AT89C51实验板.sch
    

CodeBus www.codebus.net