-
Notifications
You must be signed in to change notification settings - Fork 139
Home
ebezine edited this page Feb 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.GeneralPurpose
and providing support for I2C protocol. -
Raspberry.IO.SerialPeripheralInterface, based on
Raspberry.IO.GeneralPurpose
and providing support for SPI protocol. -
Raspberry.IO.Components, based on
Raspberry.IO.GeneralPurpose
,Raspberry.IO.InterIntegratedCircuit
andRaspberry.IO.SerialPeripheralInterface
and providing access to various devices.
Raspberry# IO is released under the GPL-2 Licence. It is a project of the Raspberry# 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 using sudo
command.