-
Notifications
You must be signed in to change notification settings - Fork 139
Home
raspberry-sharp edited this page Oct 15, 2012
·
23 revisions
Welcome to 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 contains the following assemblies:
- Raspberry.IO.GeneralPurpose, providing access to Raspberry Pi GPIO pins.
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 using sudo
command.
For example, test program must be started as follow:
sudo mono GpioTest.exe [-loop] [-roundTrip] [-width ww] [-speed ss] [-driver memory|file]