资源列表
s3
- hello this is the best descr iption ever
pca10000
- NRF51822 project example
AlteraLab1
- To design Fibonacci Sequence using Verilog. SOFTWARES USED: Xilinx Synthesis Tool ISE 9.2i INTRODUCTION. Hardware descr iption language (HDL) is a general-purpose language intended to describe circuits textually,
AlteraLab2
- support, in a key industrial city, Kaohsiung, Southern Taiwan in July 1992. The company business goal is to provide lab researchers with a SAFE,PRACTICAL andCOMFORTABLE laboratory environment by designing
AlteraLab5
- Beast Sports Nutrition Creature Capsules- 5 Highest Quality Creatine Forms including Creatine Monohydrate.
1
- Hi This is an example of file ZIP tess Best regards
单片机课程
- 时间实现掉电保护,数码管从右到左滚动显示(Realize the power lost protection)
core_cm3
- 温湿度传感器的实验,采用stm32F103单片机为控制芯片,附件为程序源码,(the experiment of the temperature and humidity sensor adopts a stm32F103 singlechip as a control chip , the accessory is a program source code ,)
img_test1
- 液晶显示屏显示方格阵,实现液晶显示功能,并且可以实现文字显示和图片显示(LCD display display square array, LCD display function, and can realize text display and picture display)
ex4-16 双通道ADC转换
- 利用LPC对电压进行AD转换,并且通过串口显示出来(Using LPC to convert the voltage to AD and display it through the serial port)
ex4-1 流水灯
- 通过单片机循环的给8个LED灯点亮,形成一个流水灯(The 8 LED lights are lighted by the single chip computer, and a flow lamp is formed.)
ex4-3 IOPIN应用
- 读取的数值放在IO0Pin寄存器中,IO0PIN&(1<<7)只是判断相应的位是不是为1;if(IO0PIN&pin0)i|=(1<<7)当然是等于0就跳过了,i是最后你列举的那些输入口组合形成的新的字节。ps:不好意思,上次忘记加括号了 1<<7一定要加括号。(The number of read is placed in the IO0Pin register. IO0PIN& (1<<7) just determine