How to solve the empty cell for the i2c address with BeagleBone Black?
조회 수: 1 (최근 30일)
이전 댓글 표시
Goodmorning, I have connected the Beaglebone Black to MATLAB, according with the tutorials online. It works properly, but when I execute this piece of code, it gives an empty cell in the i2c_address variable. How can I solve the issue?
clear all
bbb = beaglebone
available_buses = bbb.AvailableI2CBuses
i2c_address = scanI2CBus(bbb,'i2c-1')
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!