Skip to content

Commit 349c06b

Browse files
committed
Revert "Updates nuspec and readme.md"
This reverts commit df00e9a.
1 parent df00e9a commit 349c06b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Raspberry# IO is a .NET/Mono IO Library for Raspberry Pi. This project is an ini
1010
Current release is an early public release. Some features may not have been extensively tested.
1111
Raspberry# IO currently supports low- and high-level GPIO input/output, support for SPI and I2C peripherals.
1212

13-
Samples for SPI (for MCP3008 ADC or MCP4822 DAC), I2C (for MCP23017 and PCF8574 I/O Expanders), HD44780 LCD display and HC-SR04 distance sensor are provided.
13+
Samples for SPI (for MCP3008 ADC or MCP4822 DAC), I2C (for MCP23017 I/O Expander), HD44780 LCD display and HC-SR04 distance sensor are provided.
1414

1515
Support for extended I/O (such as SDI, or PWM for motor control) is planned for future releases.
1616

@@ -31,7 +31,7 @@ Low-level:
3131

3232
+ Access to GPIO pins through in 3 flavors: basic (using files), through memory, and full (memory with support for edge detection through "pseudo-interrupt"). By default, full driver is used.
3333
+ Addressing through **processor pin number or connector pin number**
34-
+ Pin assignment of various Raspberry Pi revisions (as of 2013-09, **Raspberry Pi model B rev1, rev2 and model B+, as well as Raspberry Pi model A**, including rev2 P5 connector)
34+
+ Pin assignment of various Raspberry Pi revisions (as of 2013-09, **Raspberry Pi model B rev1 and rev2 as well as Raspberry Pi model A**, including rev2 P5 connector)
3535
+ Controlled use of resources using a IDisposable component and ability to use edge detection instead of polling
3636
+ Support sub-millisecond polling of input pins
3737

@@ -59,7 +59,7 @@ High-level:
5959
+ Includes samples for
6060
- HD44780 LCD display
6161
- HC-SR04 distance detector
62-
- PCA9685 PWM LED Controller (as used in the [Adafruit 16-Channel 12-bit PWM/Servo Driver](http://www.adafruit.com/products/815))
62+
- Pca9685 PWM LED Controller (as used in the [Adafruit 16-Channel 12-bit PWM/Servo Driver](http://www.adafruit.com/products/815))
6363
- TLC59711 PWM LED Controller (as used in the [Adafruit 12-Channel 16-bit PWM LED Driver](http://www.adafruit.com/products/1455))
6464

6565
Parts of Raspberry# IO are inspired by [BCM2835 C Library](http://www.airspayce.com/mikem/bcm2835/) and Gordon Henderson's [WiringPi](http://wiringpi.com/).

Raspberry.IO.GeneralPurpose.nuspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
<language>en-US</language>
2020
<tags>Raspberry Pi Mono GPIO</tags>
2121
<dependencies>
22-
<dependency id="Raspberry.System" version="1.3.0" />
22+
<dependency id="Common.Logging" version="2.1.2" />
23+
<dependency id="Raspberry.System" version="1.2.0" />
2324
</dependencies>
2425
</metadata>
2526
<files>

0 commit comments

Comments
 (0)