Skip to content

Commit

Permalink
Added the spelling mistake to it
Browse files Browse the repository at this point in the history
  • Loading branch information
berndporr committed Nov 30, 2018
1 parent 4e39469 commit 128a53c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
7 changes: 1 addition & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@ http://www.linux-usb-daq.co.uk
Installation instructions
=========================

Install first the comedi development libraries (if not already on your system)::

apt install libcomedi0
apt install libcomedi-dev

and then install pyusbdux (only available for python3)::
Install pyusbdux by typing::
pip3 install pyusbdux

Expand Down
1 change: 1 addition & 0 deletions pyusbdux.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ void start(int nChan);
void start(int nChan, double fs);

int hasSampleAvailable();
int hasSampleAvilabale() { return hasSampleAvailable(); };

sample_p getSampleFromBuffer();

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def read(fname):


setup (name = 'pyusbdux',
version = '1.4.1',
version = '1.4.2',
author = "Bernd Porr",
author_email = "mail@berndporr.me.uk",
url = "https://github.com/berndporr/pyusbdux",
Expand Down

0 comments on commit 128a53c

Please sign in to comment.