Skip to content

Raspberry.IO.Components

ebezine edited this page Feb 25, 2013 · 7 revisions

The Raspberry.IO.Components assembly provides support for various devices and components that may be connected to Raspberry Pi through GPIO, SPI, I2C, etc.

Introduction

Raspberry.IO.SerialPeripheralInterface.Components namespace contains protocol implementations for some SPI-compatible components.

Raspberry.IO.Components.Display namespace contains classes to connect to some display components.

Samples

The Test.Gpio.HD44780 project provides a basic sample using a HD44780-compatible, 16x2, 3.3v-powered display device. 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.