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
This commit is contained in:
Jules Gantenbein
2014-10-22 22:29:56 +11:00
parent eaf55e47dc
commit daab2f9cb1

View File

@@ -310,7 +310,7 @@ class Arduino(object):
length of melody should be of same
length as length of duration
Melodies of the following lenght, can cause trouble
Melodies of the following length, can cause trouble
when playing it multiple times.
board.Melody(9,["C4","G3","G3","A3","G3",0,"B3","C4"],
[4,8,8,4,4,4,4,4])
@@ -614,4 +614,4 @@ class EEPROM(object):
return int(response)
except:
return 0