Tristan Hearn
3090dd1e8b
Merge pull request #29 from mkals/master
...
Adding support for Python 3.7
2025-05-02 10:25:44 -04:00
Morten Kals
4e5e0f8cc2
Removed dht function
2019-05-08 00:17:43 -07:00
Morten Kals
0a481c7d64
Simplified to core Arduino
2019-05-08 00:15:23 -07:00
Morten Kals
2ab7539fed
Merge pull request #2 from bpoteryko/master
...
Updated version numbers, quick bugfix
2019-05-03 13:16:25 -07:00
Morten Kals
fbf27bd3ca
Merge branch 'master' into master
2019-05-03 13:16:16 -07:00
Bryan Poteryko
ea33b9c5db
Updated version numbers, quick bugfix
...
Updated version from 0.4 to 0.5 in both files, as well as removed the unused functions in arduino.py.
Also fixed a mistakenly-commented-out line introduced in the previous commit, which broke temperature readings.
2019-05-02 20:08:39 -07:00
Morten Kals
87ed24da88
Added display support
2019-05-02 16:27:49 -07:00
Morten Kals
c1e4a8703d
Merge remote-tracking branch 'origin/master'
2019-05-02 16:14:33 -07:00
Morten Kals
a64aa908b8
misc
2019-05-02 16:14:19 -07:00
Morten Kals
877bac733c
Merge pull request #1 from bpoteryko/master
...
Added SSD1306 display support.
2019-05-02 16:08:24 -07:00
Bryan Poteryko
e88c87e73e
Added SSD1306 display support.
...
Can now send text to a connected display via displayText(text, fontsize).I have commented out the servo control code so that it doesn't fill up the Arduino Nano's memory.
2019-05-02 16:02:38 -07:00
Morten Kals
e2444761bd
Big fix for automated connection
2019-04-21 18:33:39 -07:00
Morten Kals
90ebb13ea7
Removed test file
2019-04-21 16:01:58 -07:00
Morten Kals
c1f4265076
Fixed auto-connect, decode bug and added firmware version check
2019-04-21 16:01:26 -07:00
Morten Kals
a5c07b5479
Update README.md
2019-04-21 13:22:59 -07:00
Morten Kals
fbfc079cff
Updated baud and added DHT section to readme
2019-04-20 22:46:38 -07:00
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