csv file

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
bellad
Posts: 96
Joined: Tue May 14, 2019 1:47 pm

Re: csv file

Post by bellad » Thu May 16, 2019 7:18 am

it's ok
i've changed

Code: Select all

file.readlines()
by

Code: Select all

file.read().split("\r")

Post Reply