基于51单片机DAC0832的DA转换程序.docxVIP

  • 21
  • 0
  • 约小于1千字
  • 约 2页
  • 2019-08-05 发布于江西
  • 举报
C程序 #include reg52.h #include intrins.h typedef unsigned int uint16; typedef unsigned char uint8; sbit cs=P0^0; sbit wr=P0^1; void delay_50us(uint16 z) { uint16 j; for(;z0;z--) for(j=19;j0;j--); } void main() { uint8 a; cs=0; wr=0; P2=222; }

文档评论(0)

1亿VIP精品文档

相关文档