Skip to content

Commit

Permalink
Fixed wrong feature versions
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-meissner committed Jun 20, 2018
1 parent 27a23df commit 2a307de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ If your desired Pigpio feature is not fully supported, you may use [raw requests
|---------------------------------------------------------------------------------------------------------------|------------------------------------|------------|
| [Notifications (e.g. GPIO changes)](https://github.com/Volantus/php-pigpio/blob/master/docs/notifications.md) | :heavy_check_mark: Fully supported | 0.1.1 |
| [Reading PWM signals](https://github.com/Volantus/php-pigpio/blob/master/docs/reading-pwm-signals.md) | :heavy_check_mark: Fully supported | 0.1.2 |
| [SPI communication](https://github.com/Volantus/php-pigpio/blob/master/docs/spi-communication.md) | :heavy_check_mark: Fully supported | 0.1.3 |
| [Hall sensors rotation counter](https://github.com/Volantus/php-pigpio/blob/master/docs/rotation-counter.md) | :heavy_check_mark: Fully supported | 0.1.4 |
| [SPI communication](https://github.com/Volantus/php-pigpio/blob/master/docs/spi-communication.md) | :heavy_check_mark: Fully supported | 0.2.0 |
| [Hall sensors rotation counter](https://github.com/Volantus/php-pigpio/blob/master/docs/rotation-counter.md) | :heavy_check_mark: Fully supported | 0.2.5 |
| [Raw requests/response handling](https://github.com/Volantus/php-pigpio/blob/master/docs/raw-requests.md) | :heavy_check_mark: Fully supported | 0.1.1 |
## Basic usage
This library is interacting with Pigpio by using sockets. The core communication is handled by the Client class:
Expand Down

0 comments on commit 2a307de

Please sign in to comment.