Skip to content

New revision codes #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ TestResults
**.user
**.suo
**.sdf
.vs/*

# resharper
/_[Rr]e[Ss]harper.*
Expand All @@ -19,4 +20,8 @@ TestResults
[Tt]humbs.db
[Dd]esktop.ini

RaspberrySharp.System.userprefs
RaspberrySharp.System.userprefs

# Nuget packages
packages/*
!packages/repositories.config
Binary file modified Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

[![BCH compliance](https://bettercodehub.com/edge/badge/JTrotta/raspberry-sharp-system?branch=master)](https://bettercodehub.com/)

Raspberry# System
=================

Expand All @@ -15,8 +18,8 @@ Features

### Raspberry.System
Raspberry.System provides utilities for Raspberry Pi boards, while using .NET concepts, syntax and case.
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)**.
You can easily add a reference to it in your Visual Studio projects using the **[Raspberry.System Nuget](https://www.nuget.org/packages/Raspberry.System3)**.

It currently support the following features:
+ Automatic detection of various Raspberry Pi revisions, as of 2013-09, **Raspberry Pi model B rev1 and rev2 and Raspberry Pi model A**
+ High resolution (about 1�s) timers
+ Automatic detection of various Raspberry Pi revisions, as of 2017-11: **Raspberry Pi model B rev1 up to Pi 3 model B**
+ High resolution (about 1µs) timers
Binary file added Raspberry.System.3.0.0.nupkg
Binary file not shown.
33 changes: 0 additions & 33 deletions Raspberry.System.nuspec

This file was deleted.

Loading