You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rseetham edited this page Jul 11, 2014
·
11 revisions
This library allows you to communicate with SPI devices. The BeagleBone Black (BBB) has two I2C buses.
The 2 SPI buses are accessed through pre-initialized objects named SPI0 and SPI1.
Each is used with the following methods by calling SPI0.begin() and 'SPI1.begin()'.