搜索资源列表
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
27mhz-control-car
- Controlling a 27mhz remote control car with AD9850 and arduino uno
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