Skip to content

Commit df00e9a

Browse files
committed
Updates nuspec and readme.md
1 parent 741ce3a commit df00e9a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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 I/O Expander), HD44780 LCD display and HC-SR04 distance sensor are provided.
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.
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 and rev2 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, rev2 and model B+, 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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
<language>en-US</language>
2020
<tags>Raspberry Pi Mono GPIO</tags>
2121
<dependencies>
22-
<dependency id="Common.Logging" version="2.1.2" />
23-
<dependency id="Raspberry.System" version="1.2.0" />
22+
<dependency id="Raspberry.System" version="1.3.0" />
2423
</dependencies>
2524
</metadata>
2625
<files>

0 commit comments

Comments
 (0)