From 813e833c8b78f9c6a1a4c17935500fbf2032294d Mon Sep 17 00:00:00 2001 From: Q_Division Date: Tue, 7 Nov 2017 17:59:24 +0000 Subject: [PATCH 1/2] Added BCM2835 (for RPi2) to Processor enum --- Raspberry.System/Processor.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Raspberry.System/Processor.cs b/Raspberry.System/Processor.cs index 01e2b69..50637d0 100644 --- a/Raspberry.System/Processor.cs +++ b/Raspberry.System/Processor.cs @@ -18,6 +18,11 @@ public enum Processor /// /// Processor is a BCM2709. /// - Bcm2709 + Bcm2709, + + /// + /// Processor is a BCM2835. + /// + Bcm2835 } } \ No newline at end of file From 93563da0139cc0e46d2631848eb319abee7ddccb Mon Sep 17 00:00:00 2001 From: Q_Division Date: Tue, 7 Nov 2017 18:49:46 +0000 Subject: [PATCH 2/2] * Updated nuspec to 2.2.0 --- Raspberry.System.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Raspberry.System.nuspec b/Raspberry.System.nuspec index 23ffa1d..81e3049 100644 --- a/Raspberry.System.nuspec +++ b/Raspberry.System.nuspec @@ -2,7 +2,7 @@ Raspberry.System - 0.0.0 + 2.2.0 Raspberry.System Eric Bézine Raspberry-Sharp