搜索资源列表
Sdram_16Mb
- SDRAM 16M 512K Words x 16 Bits x 2 Banks 16Mb SYNCHRONOUS DYNAMIC RAM
4
- #define F_CPU 16000000 // run CPU at 16 MHz #define LED 5 // Boarduino LED on PB5 #define ClearBit(x,y) x &= ~_BV(y) // equivalent to cbi(x,y) #define SetBit(x,y) x |= _BV(y) // equivalent to sbi(x,y)
556-Mag-PIC32.X(1)
- 基于32位PIC单片机的三维电子罗盘得完整程序,用的MAPLAB X IDE。(Correction formula of three dimensional electronic compass based on single chip microcomputer)
15阶m序列VHDL
- 高阶m序列,VHDL语言在ISE平台完成,生成多项式f(x)=x15+x+1
