- Notifications
You must be signed in to change notification settings - Fork135
Home
ebezine edited this pageFeb 25, 2013 ·23 revisions
Welcome on the Raspberry# IO wiki!
Raspberry# IO is a Mono/.NET library enabling use of Raspberry Pi IO features with the Mono/.NET Programming Framework.
It provides the following assemblies:
- Raspberry.IO.GeneralPurpose, providing access to Raspberry Pi GPIO pins.
- Raspberry.IO.InterIntegratedCircuit, based on
Raspberry.IO.GeneralPurposeand providing support for I2C protocol. - Raspberry.IO.SerialPeripheralInterface, based on
Raspberry.IO.GeneralPurposeand providing support for SPI protocol. - Raspberry.IO.Components, based on
Raspberry.IO.GeneralPurpose,Raspberry.IO.InterIntegratedCircuitandRaspberry.IO.SerialPeripheralInterfaceand providing access to various devices.
Raspberry# IO is released under theGPL-2 Licence.It is a project of theRaspberry# Community, aimed at providing tools and information about Mono/.NET programming under Raspberry Pi.
Access to GPIO pins requires elevated privileges that may be obtained (under Raspbian) by usingsudo command.