资源列表
program
- C51的两个程序,一个是将LONG型十六进制数据转换成LONG型的十进制数,另一个则是逆运算
led
- bit led2=P2^5 // led2对应接在P2.5脚 sbit led3=P2^6 // led3对应接在P2.6脚 sbit led4=P2^7 // led4对应接在P2.7脚
hello_world_assembly
- MIPS Assembly Code - Hello World example
ultra
- 超声测距程序,利用单片机接收处理超声方波,最终把距离显示在4位LED上-Ultrasonic Ranging procedure, the use of microcontroller receiving and processing ultrasound square, ultimately distance is displayed in 4 LED on the
lcddisplayy
- lcd display program for micro controller 89sw51. port 1 is co0nfigured as input and port 2 as output
e2prom
- source code for interfacing pic microcontroller with atmel 24cxx series memory in software i2c mode
MC9S08JM60LCD1602
- MC9S08JM60驱动LCD1602 -MC9S08JM60LCD1602
I2C
- 51单片机I2C通信, 用c语言编写, 经proteus可以运行-I am not able to speak English
fadingLedWithPod
- A simple C file that fades in and out an LED attached to Arduino UNO with the use of a potensiometer. The code is C. The potentiometer has to be attached to analog pin 0 and the LED to digital pin 6. It uses both ADC ( analog to digital conversi
dft
- 功率谱估计 快速傅立叶变换,FFT DFT-spectrum fft dft
1
- 信号发生器VHDL实现,实现一种信号的产生-Signal generator VHDL implementation to achieve produce a signal
uart_rx
- UART 接收模块,UART底层模块,实现各种波特率的uart接收-UART receive module,complete all Baud rate transfer receive。