-
Notifications
You must be signed in to change notification settings - Fork 136
Home
raspberry-sharp edited this page Nov 12, 2012
·
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.Display**, based on
Raspberry.IO.GeneralPurpose
and providing access to display devices. - ** Raspberry.IO.SerialPeripheralInterface**, based on
Raspberry.IO.GeneralPurpose
and providing support for SPI protocol.
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.