i want to send 8 bits binary number array from matlab to arduino and different led blink using these bits
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Support Package for Arduino Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!