搜索资源列表
CYTypeBulkLooping
- Using cypress s CY library to write VC code for USB applications with simplified syntax. Here comes with examples
USB_CY7C68013_firmware_Verilog
- USB_CY7C68013_固件程序+FPGA测试Verilog程序-USB_CY7C68013_ Firmware+ FPGA test procedure Verilog
DrawUSB
- CY638的USB模块的使用例程。有了它你就可以体会到CY的USB的强大了。-CY638 routine use of the USB module. With it you can appreciate the CY of the USB-powerful.
C_Example_LED_Blink
- CY6308的LED使用例程。CY对LED的集成支持也很不错。-CY6308 routine use of the LED. CY on the LED integration support is also very good.
circle.m
- function circle(cx, cy, r, linetype) N = 150 x = zeros(1,N+1) y = zeros(1,N+1) for n=1:N+1 x(n) = cx + r*cos(2*pi*n/N) y(n) = cy + r*sin(2*pi*n/N) end hold on plot(x, y, linetype) hold off -function circle(cx, cy, r, lin