-
Notifications
You must be signed in to change notification settings - Fork 135
Raspberry.IO.SerialPeripheralInterface
raspberry-sharp edited this page Nov 12, 2012
·
4 revisions
The Raspberry.IO.SerialPeripheralInterface
assembly provides support for SPI protocol on any Raspberry Pi GPIO pins.
Raspberry.IO.SerialPeripheralInterface
namespace contains classes that provide support for SPI, around the SpiConnection class.
Raspberry.IO.SerialPeripheralInterface.Components
namespace contains protocol implementations for some SPI-compatible components.
- Mcp3008SpiConnection supports MCP3004/3008 ADC converters,
- Mcp4822SpiConnection supports MCP4802/4812/4822 DAC converters.
The Test.Gpio.MCP3008 sample provides a basic sample using the MCP3008 ADC converter. The Test.Gpio.MCP4822 sample provides a basic sample using the MCP4822 ADC converter.