Um das zu erreichen, nehmen wir eine neue Variable, unsere „Tasche" heißt dieses Mal „dataString" und soll alle unsere Daten aufnehmen.
To achieve this, we first open up an new bag called "dataString" to store our values in.
Wir nehmen unsere „dataString" Tasche und tun ein Komma rein, indem wir „+=" als Kommando zum Anfügen verwenden.
We take our "dataString" bag and put a comma in, using"+=" as the order to do so.
Wenn der Arduino die Datei „Mylogger.csv" auf der Karte findet, öffnet er sie, schreibt den Inhalt von „dataString" darauf (er hängt ihn ans Ende aller darauf befindlichen Daten an) und schließt die Datei wieder.
If the arduino finds the file called "Mylogger.csv" on the card, it openes it, writes the content of dataString to it (at the end of all other data that is already stored there) and closes the file again.
Mit einem Konfig File auf der SD Karte kann der Benutzer einstellen was für ein Datastring über BLE gesendet werden soll.
Using a configuration file stored on the SD card the user can choose the format of the data string to be sent over BLE.
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.