Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
guyc committed Feb 5, 2014
1 parent e858436 commit 88892cc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -18,13 +18,13 @@ and excludes the SSD1306 class which needs SPI.

For the Raspberry Pi

| Class | RPi + Python 2.7 | RPi + Python 3 | BBB + Python 2.7 | BBB + Python 3 |
|:-----------------------------|:----------------:|:----------------:|:----------------:|:----------------:|
| capswitch.CapSwitch | yes | yes | yes | no |
| rgbled.RgbLed | yes | yes | yes | no |
| rotary_encoder.RotaryEncoder | yes | yes | yes | no |
| ssd1306.SSD1306 | yes | yes | yes | no |
| switch.Switch | yes | yes | yes | no |
| Class | RPi + Python 2.7 | RPi + Python 3 | BBB + Python 2.7 | BBB + Python 3 |
|:--------------|:----------------:|:----------------:|:----------------:|:----------------:|
| CapSwitch | yes | yes | yes | no |
| RgbLed | yes | yes | no | no |
| RotaryEncoder | yes | yes | yes | no |
| SSD1306 | yes | yes | yes | no |
| Switch | yes | yes | yes | no |

Prerequisites for the Raspberry Pi
==================================
Expand Down

0 comments on commit 88892cc

Please sign in to comment.