You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the **[Raspberry\# System Wiki](raspberry-sharp-system/wiki)** for full documentation and samples.
5
+
6
+
Introduction
7
+
------------
8
+
Raspberry# System is a .NET/Mono Library for Raspberry Pi. This project is an initiative of the [Raspberry#](http://www.raspberry-sharp.org) Community.
9
+
10
+
Current release is an early public release. Some features may not have been extensively tested.
11
+
Raspberry# System currently supports high resolution timer, as well as Raspberry Pi system board identification.
12
+
13
+
Features
14
+
--------
15
+
16
+
### Raspberry.System
17
+
Raspberry.System provides utilities for Raspberry Pi boards, while using .NET concepts, syntax and case.
18
+
You can easily add a reference to it in your Visual Studio projects using the **[Raspberry.System Nuget](https://www.nuget.org/packages/Raspberry.System)**.
19
+
20
+
It currently support the following features:
21
+
+ Automatic detection of various Raspberry Pi revisions, for now **Raspberry B rev1 and rev2**
Raspberry.System is a Mono/.NET assembly providing access to Raspberry Pi system features.
15
+
16
+
It is an initiative of the Raspberry# Community, aimed at providing tools and information concerning use of Raspberry Pi boards with Mono/.NET framework.
17
+
Parts of this work are based on [BCM2835 C library](http://www.open.com.au/mikem/bcm2835/).
18
+
19
+
Visit project [Github site](https://github.com/raspberry-sharp/raspberry-sharp-system/) for documentation and samples.
20
+
</description>
21
+
<summary>Raspberry.System is a Mono/.NET assembly providing access to Raspberry Pi system features.</summary>
0 commit comments