changed file paths to new names

pull/939/head
Sebastian Plamauer 2014-10-26 00:28:01 +02:00 zatwierdzone przez Damien George
rodzic 124df6f8d0
commit 91bd4e8a23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -19,7 +19,7 @@ while True:
if switch():
pyb.delay(200) # delay avoids detection of multiple presses
blue.on() # blue LED indicates file open
log = open('1:/log.csv', 'w') # open file on SD (SD: '1:/', flash: '0/)
log = open('/sd/log.csv', 'w') # open file on SD (SD: '/sd/', flash: '/flash/)
# until switch is pressed again
while not switch():