资源列表
Structure-diagram
- 这是自己的毕业课题所绘制的结构框图,关于人体血氧饱和度测量的系统设计。-This is their own graduation project drawn by the structure of the block diagram, on the human blood oxygen saturation measurement system design.
Balance-car-PCBPSCH
- 平衡小车的硬件设计,包括原理图和PCB文件-Balance the hardware design of the car, including schematics and PCB files
DTW_ht16
- 扭矩检测电路,输入范围10mV~1.2V- U626D u77E9 u68C0 u6D4B u7535 u8DEF uFF0C u8F93 u5165 u8303 u56F410mV ~ 1.2V
Xmc1302-minimum-system-board
- XMC1302最小系统板,可以作为开发英飞凌XMC1302单片机的硬件参考-Xmc1302 minimum system board, can be used as a hardware reference for developing Infineon xmc1302 microcontroller
power-m-DIY
- 关于功率放大器的电子书籍,手把手教你使用功放,很好的教程-On the power amplifier of electronic books, hands to teach you to use the amplifier, a good tutorial
2011
- 蓝桥杯2011决赛答案,你麻痹 草泥马 -hello 哈哈哈
round_light
- 基于atlium designer的圆形灯设计,包含原理图及PCB板设计图纸-Based on atlium designer round lamp design, including schematic and PCB board design drawings
nibian_PCB
- 逆变主板设计图纸,采用基于IR2110芯片的驱动模块-Inverter motherboard design drawings, based on IR2110 chip driver module
5
- Check the clock frequency & that the baud rate required can be achieved. Error of <1 is never a problem, <2 will work but is undesirable, 5 will not work. Note that this assumes that the other end of the link has perfect timing, which will norm
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)
3
- Data transmission between AVR and peripheral devices like sensors is straightforward – Connect the device to one of the AVR ports and read the port • Data transmission between two AVRs or an AVR and a PC is more complex – Requires a
1
- Creating, Compiling and Running C++ Programs from the Command Window For Introduction to C++ Programming