From daab2f9cb15b62a57bdeff46435ecf76fca5b14a Mon Sep 17 00:00:00 2001 From: Jules Gantenbein Date: Wed, 22 Oct 2014 22:29:56 +1100 Subject: [PATCH] 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 --- Arduino/arduino.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Arduino/arduino.py b/Arduino/arduino.py index 0213f17..d43c26e 100755 --- a/Arduino/arduino.py +++ b/Arduino/arduino.py @@ -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 - \ No newline at end of file +