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
ebezine edited this page Feb 25, 2013
·
4 revisions
The Raspberry.IO.SerialPeripheralInterface assembly provides support for SPI protocol on any Raspberry Pi GPIO pins.
Introduction
Raspberry.IO.SerialPeripheralInterface namespace contains classes that provide support for SPI, around the SpiConnection class.
Samples
The Test.Gpio.MCP3008 project provides a basic sample using the MCP3008 ADC converter. The Test.Gpio.MCP4822 project provides a basic sample using the MCP4822 ADC converter.