Write File
This example takes the reading of analog pin A1 and stores it into log.txt.
forever(function () {
    storage.appendLine("log.txt", "a1:" + pins.A1.analogRead())
    pause(2000)
})storagefeature=uf2
feature=pina1
feature=storageThis example takes the reading of analog pin A1 and stores it into log.txt.
forever(function () {
    storage.appendLine("log.txt", "a1:" + pins.A1.analogRead())
    pause(2000)
})storagefeature=uf2
feature=pina1
feature=storage