Skip to content

Commit 91bd4e8

Browse files
turbinenreiterdpgeorge
authored andcommitted
changed file paths to new names
1 parent 124df6f commit 91bd4e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/SDdatalogger/datalogger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
if switch():
2020
pyb.delay(200) # delay avoids detection of multiple presses
2121
blue.on() # blue LED indicates file open
22-
log = open('1:/log.csv', 'w') # open file on SD (SD: '1:/', flash: '0/)
22+
log = open('/sd/log.csv', 'w') # open file on SD (SD: '/sd/', flash: '/flash/)
2323

2424
# until switch is pressed again
2525
while not switch():

0 commit comments

Comments
 (0)