Morten Kals
2d49f8858b
Updates to fix connection issue on startup and added support for DHT sensors
2019-04-20 22:21:12 -07:00
Morten Kals
fee75cfbce
updated version for next upload
2019-04-09 16:59:38 -07:00
Morten Kals
f4996c69d9
Fixed decoding bug
2019-04-09 16:45:58 -07:00
Morten Kals
b0c7be55c7
Minor changes for dist
2019-04-09 14:44:12 -07:00
Morten Kals
e2a464412b
Converted byte litterals to strings for comparion in unit tests
2019-04-09 14:04:19 -07:00
Morten Kals
0b299f17a3
Updated import of winreg
2019-04-08 13:04:53 -07:00
Morten Kals
b0519fc32f
Fixed to run on py3.7 (str.encode major issue)
2019-04-06 13:23:50 -07:00
Tristan Hearn
610171b3ae
Merge pull request #19 from jardous/patch-1
...
FIX the license in setup.py
2014-10-29 11:12:39 -04:00
Jiri Popek
248eb509c8
FIX the license in setup.py
...
There is the MIT license.txt file and setup.py sets a different one
2014-10-29 10:46:49 +01:00
Tristan Hearn
ab0c785f64
Merge pull request #17 from hamsolo474/patch-3
...
Update README.md
2014-10-27 07:48:50 -04:00
Jules Gantenbein
70dfb309a8
Update README.md
...
example didnt set the pinmode for pin 13 before attempting to write values to it
2014-10-26 03:49:29 +11:00
Tristan Hearn
afca563e50
Merge pull request #15 from hamsolo474/patch-1
...
Update examples.py
2014-10-23 15:07:19 -04:00
Tristan Hearn
223003168f
Merge pull request #16 from hamsolo474/patch-2
...
Update arduino.py
2014-10-23 15:06:32 -04:00
Jules Gantenbein
daab2f9cb1
Update arduino.py
...
typo on line 313 corrected
Melodies of the following lenght, can cause trouble
to
Melodies of the following length, can cause trouble
2014-10-22 22:29:56 +11:00
Jules Gantenbein
f2c9de7eb6
Update examples.py
...
changed line 11
board.pinMode(13, "OUTPUT")
to
board.pinMode(led_pin, "OUTPUT")
as if led_pin is anything other than 13 the example wont work
2014-10-22 22:22:32 +11:00
Tristan Hearn
eaf55e47dc
Merge pull request #14 from kovrus/master
...
EEPROM
2014-05-12 13:43:38 -04:00
RusKovv
cbfc6a6a3d
small editing
2014-05-01 00:24:02 +02:00
Ruslan Kovalov
26a11807a1
added EEPROM description, pepification
2014-05-01 00:11:28 +02:00
RusKovv
ea124942c8
* added EEPROM read and write methods.
2014-04-30 23:47:16 +02:00
Tristan Hearn
2bdac9c364
Merge pull request #13 from robotkid/master
...
Catch OSError exception when accessing serial ports on OSX
2014-03-11 11:38:05 -04:00
Dan
ccd35e9019
Catch OSError exception when accessing serial ports on OSX
2014-03-11 10:24:17 +08:00
Tristan Hearn
eba408445c
removed wing IDE files
2014-03-07 14:38:42 -05:00
Tristan Hearn
27af30ae8f
Merge pull request #10 from Apocrathia/patch-1
...
Update examples.py
2014-01-03 08:13:57 -08:00
Ian
464f39cbdb
Update examples.py
...
The pin mode for the blink method was off. Took out the port configuration in the main because the library can usually find it on it's own, and was causing issues when I was manually specifying.
Currently using for a project, so I'm sure I'll have more commits for you eventually.
2014-01-02 22:53:56 -06:00
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