Skip to content

Commit a886b34

Browse files
evaherradadhalbert
andauthored
Update Data_Logging_with_Feather_and_CircuitPython/code.py
Co-authored-by: Dan Halbert <[email protected]>
1 parent f79bb7a commit a886b34

File tree

1 file changed

+1
-1
lines changed
  • Data_Logging_with_Feather_and_CircuitPython

1 file changed

+1
-1
lines changed

Data_Logging_with_Feather_and_CircuitPython/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
try:
2121
import sdcardio
2222

23-
sdcard = sdcardio.SDCard(spi, SD_CS)
23+
sd_card = sdcardio.SDCard(spi, SD_CS)
2424
except ImportError:
2525
import adafruit_sdcard
2626
import digitalio

0 commit comments

Comments
 (0)