- 
                Notifications
    You must be signed in to change notification settings 
- Fork 135
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.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 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.