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 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