Skip to content

Commit

Permalink
Merge pull request #29 from dhhagan/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dhhagan committed Jun 17, 2016
2 parents 830ee79 + 65a8a9b commit 95f7151
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ install:

script:
- "coverage run --source=opc setup.py test"

after_success:
coveralls
12 changes: 6 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ There are several versions of Alphasense OPC-N2 firmware's that are currently de
you have a version that is not listed in the table or is not tested, please send a pull request
with your test results! The following versions have been tested:

==================================== =========== ========== ============ ==========
Alphasense OPC-N2 Firmware Version Python2.7 Python3.5 Date Tested Tested By
==================================== =========== ========== ============ ==========
========================= =========== ========== ============ ==========
OPC-N2 Firmware Version Python2.7 Python3.5 Date Tested Tested By
========================= =========== ========== ============ ==========
v14
v15
v16
v17
v18.2 Yes Yes 2016-04-02 D. Hagan
==================================== =========== ========== ============ ==========
v18.2 Yes Yes 2016-04-02 D. Hagan
========================= =========== ========== ============ ==========


Examples
Expand All @@ -105,7 +105,7 @@ Setting up the SPI Connection
import opc

# Open a SPI connection on CE0
spi = spidev.Spidev()
spi = spidev.SpiDev()
spi.open(0, 0)

# Set the SPI mode and clock speed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Written originally by David H Hagan
'''

__version__ = '1.0.0'
__version__ = '1.0.1'

try:
from setuptools import setup
Expand Down

0 comments on commit 95f7151

Please sign in to comment.