i want to send 8 bits binary number array from matlab to arduino and different led blink using these bits
1 view (last 30 days)
Show older comments
i want to send 8 bit binary number serially from matlab . if i send the number [0 0 0 0 0 0 0 1] its turn on the first LED connected to pin13 of arduino .and if i send [0 0 0 0 0 0 1 0 ] it turns on the second led connected to pin 12 of arduino.
i required the code of both matlab and arduino IDE.
0 Comments
Answers (0)
See Also
Categories
Find more on MATLAB Support Package for Arduino Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!