其中的usb端口通信已经作为一个模块来使用
其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写: unsigned char D12_WriteEndpoint(unsigned char ...
其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写: unsigned char D12_WriteEndpoint(unsigned char ...
This is 8bit multiplier VHDL code. It s consist of full adder, ripple carry adder(4bit, 8bit) multip...
内容摘要: LHD6000主板主芯片程序 ISD1730时序说明: 参考:void Send_1Byte(uchar ucData_s)和uchar Receive_1Byte(void)的说明. ...
第一章关键字.................................................................................................
#include<reg52.h> #include<intrins.h> #define LED P0 sbit KEY0=P2^0; //定义按...
#include<reg51.h> #define uchar unsigned char #define uint unsigned int uint i,j; sbit dula=P2...
/* * _168ZHONGDUAN2.c * * Created: 2014/11/2 15:12:45 * Author: lenovo...
/**************************************************************** ...
#include "stm8s103f.h" #include "LEDBL.h" #include "UART1.h" #include "LCD1621.h" //#include "KEY.h"...
C程序中可使用不同类型的变量来进行延时设计。经实验测试,使用unsigned char类型具有比unsigned int更优化的代码,在使用时应该使用unsigned char作为延时变量。&nb...