Commit Graph

122 Commits

Author SHA1 Message Date
Tristan Hearn
32ebac7f1f Merge pull request #8 from jups23/patch-1
corrected pip install
2013-11-20 04:55:32 -08:00
Willi Müller
8b50d886c6 corrected pip install
install with `pip install arduino-python` because it's hosted on https://pypi.python.org/pypi/arduino-python/
2013-11-20 12:21:37 +01:00
Tristan Hearn
7bcd2eec69 Update README.md 2013-10-21 19:10:00 -04:00
Tristan Hearn
7ff3ede526 Update setup.py 2013-10-21 19:00:12 -04:00
Tristan
c73e8ea5c6 some pep8 fixes 2013-10-10 17:48:09 -04:00
Tristan
4cc3d0de57 added instructions for pip 2013-10-10 16:39:55 -04:00
Tristan
d4a5aa5b9b some pep9 fixes 2013-10-10 16:37:34 -04:00
Tristan Hearn
7650f0fb66 Merge pull request #6 from ianjosephwilson/master
Fixed a few bugs in Servos code.
2013-06-16 09:42:24 -07:00
Ian Joseph Wilson
593c753fb0 Add servo tests. 2013-06-15 14:20:46 -07:00
Ian Joseph Wilson
1c2b85daf9 Refactor test class to re-use. 2013-06-15 14:20:33 -07:00
Ian Joseph Wilson
c06d8905bc Issue correct command for writing microseconds to serv. 2013-06-15 14:18:35 -07:00
Ian Joseph Wilson
0839eae951 Add missing position. 2013-06-15 14:17:44 -07:00
Ian Joseph Wilson
e136a55bc7 Add test for close() method. 2013-06-15 14:02:09 -07:00
Ian Joseph Wilson
5a56bf8ea5 Fix missing comma. 2013-06-15 13:55:16 -07:00
Tristan Hearn
5e49c8674c Merge pull request #5 from ianjosephwilson/master
Refactoring and testing.
2013-06-01 21:19:39 -07:00
Ian Joseph Wilson
17c2da97d9 Update documentation for shiftIn, shiftOut and additional tests. 2013-05-31 14:49:19 -07:00
Ian Joseph Wilson
ad388df7b4 Force the user to enter a port during interactive testing. 2013-05-31 14:25:41 -07:00
Ian Joseph Wilson
5bafbe7a62 Setup logging during testing. 2013-05-31 14:25:22 -07:00
Ian Joseph Wilson
f975f466ee Use logging instead of print statements. 2013-05-31 14:24:24 -07:00
Ian Joseph Wilson
6ba2991700 Add another test to explicitly connect to a serial port. 2013-05-31 14:15:25 -07:00
Ian Joseph Wilson
2a98dcf5b8 Only close serial port if not already closed. 2013-05-31 14:14:08 -07:00
Ian Joseph Wilson
f89f7db628 Fix port detection bugs and add more ports for linux. 2013-05-31 14:13:42 -07:00
Ian Joseph Wilson
c618331f72 Add pure-python tests. 2013-05-31 12:44:27 -07:00
Ian Joseph Wilson
71b5e8ff2b Refactor Arduino and add sr argument to constructor to enable testing. 2013-05-31 12:44:14 -07:00
Ian Joseph Wilson
7b4fce44e2 Remove unused attribute. 2013-05-30 11:54:11 -07:00
Ian Joseph Wilson
01627a4506 Remove trailing whitespace and use consistent spacing. 2013-05-30 11:31:35 -07:00
Ian Joseph Wilson
baeb5f2f82 Always use build_cmd_str. 2013-05-30 11:24:42 -07:00
Ian Joseph Wilson
e8e4359c06 Get position to fix writeMicroseconds. 2013-05-30 11:24:10 -07:00
Tristan Hearn
db6ab5996b Merge pull request #4 from ianjosephwilson/master
Fix digitalRead and add support for shiftIn and shiftOut.
2013-05-30 09:51:21 -07:00
Ian Joseph Wilson
80fee04687 Add support for shiftIn and shiftOut commands. 2013-05-29 16:56:17 -07:00
Ian Joseph Wilson
0fe7407b1d Value returned over serial line should already be 0 or 1. 2013-05-29 16:37:55 -07:00
Tristan Hearn
5c4faa5658 Update setup.py 2013-05-13 14:06:11 -03:00
Tristan Hearn
dea0cb2dbd fixed test 2013-05-11 21:57:59 -04:00
Tristan Hearn
12d7b13e2b fixed test 2013-05-11 20:31:12 -04:00
Tristan Hearn
2e3e3da19f Merge branch 'master' of git@github.com:thearn/Python-Arduino-Command-API.git 2013-05-11 20:28:55 -04:00
Tristan Hearn
c1a77b55df updated README 2013-05-11 20:28:30 -04:00
Tristan Hearn
6feb8f8fc5 updated README 2013-05-11 20:26:58 -04:00
Tristan Hearn
eaf1783d7f updated tests 2013-05-11 20:25:03 -04:00
Tristan Hearn
0f35e09fc1 pep8 compliance 2013-05-11 14:01:21 -04:00
Tristan Hearn
7093fb37fd added basic test structure 2013-05-11 13:44:04 -04:00
Tristan Hearn
270e492e7b Update README.md 2013-05-10 23:22:46 -04:00
Tristan Hearn
e9cc111db4 fixed some servo bugs 2013-05-08 18:33:30 -04:00
Tristan Hearn
13a163482b Update README.md 2013-05-06 15:52:50 -03:00
Tristan Hearn
bb54bf1959 Merge branch 'master' of git@github.com:thearn/Python-Arduino-Command-API.git 2013-05-06 14:50:06 -04:00
Tristan Hearn
c23f82f0e8 fixed bug on OSX 2013-05-06 14:49:16 -04:00
Tristan Hearn
4bcd07e0c9 Update README.md 2013-05-04 20:03:24 -03:00
Tristan Hearn
bb5ed48144 Update README.md 2013-05-04 12:28:33 -03:00
Tristan Hearn
d24bd6dccb Update README.md 2013-05-04 12:28:12 -03:00
Tristan Hearn
3f00864b7d Merge pull request #2 from thearn/dev
Merged.
2013-05-04 08:13:12 -07:00
Tristan Hearn
9231eb1700 a bit of restructuring, fixed Linux check to cover OSX/Darwin and other unix shell OSs 2013-05-04 11:10:09 -04:00