Community Profile

photo

Mohit Khandelwal


Active since 2018

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How do you program the Arduino in Simulink so you can read the sensors via I2C and SPI?
% create an arduino object a = arduino('com3', 'uno'); % start the loop to blink led for 10 seconds for i = 1:10 ...

5 years ago | 0