Skip to content

Commit e1a2d07

Browse files
authored
Small fixes
1 parent 342d84b commit e1a2d07

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

readme.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
Python Code to drive the Maplin/OWI USB Robot arm
22

33
Tested on:
4-
* Linux
4+
* Raspbian
5+
* Linux
56
* OSX (Lion, Mountain Lion)
6-
May work on Windows,.
7+
May work on Windows.
78

89
Requirements
910
============
10-
* Python 2.7 or 3.0
11+
* Python 2.7 or 3
1112
* Libusb
1213
* pyusb
1314

1415
Usage
1516
=====
1617
As a library:
1718

18-
>>> import arm
19+
>>> import usb_arm
1920

2021
To initialise libusb and the arm
2122

0 commit comments

Comments
 (0)