搜索资源列表
arduino-uno-reference-design
- 国外非常出名的 arduino-uno 的开发板的印刷图和电路原理图,现在非常的流行,国内的也慢慢有人在做了-Very well known abroad arduino-uno of the development board printed diagram and circuit diagram, now very popular, some people in the country are slowly doing
usbser
- arduino uno\2560不能安装驱动或者安装驱动后不能使用的解决办法-arduino uno \ 2560 can not install the driver or the driver can not be used after installation solutions
readback_00a01_direct_i2c
- readback ADAU1701 I2C DIRECT COMMUNICATION USING ARDUINO UNO
readback_04b01_direct_spi
- readback ADAU1701 SPI DIRECT COMMUNICATION USING ARDUINO UNO
readback_00a02_safeload_i2c
- readback ADAU1701 I2C safeload COMMUNICATION USING ARDUINO UNO
readback_06b02_safeload_spi
- readback ADAU1701 SPI safeload COMMUNICATION USING ARDUINO UNO
sd-card
- This a code designed on arduino uno r3 for reading texts files an SD card-This is a code designed on arduino uno r3 for reading texts files an SD card
rc-car
- RC steering code, using arduino uno.
proto_shield
- Proto shield for Arduino UNO
Z-Motor-Servo_Shield_DIY-(1)
- Multi servo shield for arduino Uno
Proximity
- IR PROXIMITY SENSOR ARDUINO UNO SOURCE CODE
27mhz-control-car
- Controlling a 27mhz remote control car with AD9850 and arduino uno
SIM900A_Led
- This example how to control LED with SIM 900A using Arduino Uno-This is example how to control LED with SIM 900A using Arduino Uno
Blink
- Arduino source code. Tested on Arduino UNO R3. The language syntax is very close to C.
Sense-Room-Temperature-and-Display-in-LCD-using-S
- Sense Room Temperature and Display in LCD using Simulink and Arduino UNO
arduino-1.3.tar
- A simple PID fan controller with nice LCD display: The fan controller described on this project page, controls one or more PWM controlled 12V PC fans. It uses the input two precise DHT22 based temperature sensors. The MCU is an Arduino Uno, which is
Motor Control with MATLAB using Arduino Uno
- Motor Control with MATLAB using Arduino Uno for students. Code below: clearvars a = arduino('com31', 'uno', 'Libraries', 'Servo'); s = servo(a, 'D4'); %flag = 1; %while flag for angle = 0:0.1:1 writePosition(s, angle); current_pos = readPositi