资源列表
[硬件设计] 5cells_Blavoltagemeasuremet
说明:5串电池电压采样,均衡电流的电路绘制,单片机实现电池包保护电路- Five battery protoction board<张学丰> 在 2025-01-09 上传 | 大小:23kb | 下载:0
[硬件设计] 1
说明:Creating, Compiling and Running C++ Programs from the Command Window For Introduction to C++ Programming<FARHAD RABIEI2> 在 2025-01-09 上传 | 大小:167kb | 下载:0
[硬件设计] 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 i<FARHAD RABIEI2> 在 2025-01-09 上传 | 大小:474kb | 下载:0
[硬件设计] 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)<FARHAD RABIEI2> 在 2025-01-09 上传 | 大小:147kb | 下载:0
[硬件设计] 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 p<FARHAD RABIEI2> 在 2025-01-09 上传 | 大小:119kb | 下载:0