Skip to content
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()'.


#Functions

Clone this wiki locally