mirror of
https://github.com/thearn/Python-Arduino-Command-API.git
synced 2026-01-11 15:38:11 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user