This commit is contained in:
Harald Mueller 2021-12-16 09:27:55 +01:00
parent 3ba49a5507
commit 6995c5d23b

View File

@ -82,5 +82,5 @@ It should implement the following methods and define the following fields:
8) ** --> ** **_Create the CsvWriter in a main class_** and allow the user to select the sensor, the interval and the file name. 8) ** --> ** **_Create the CsvWriter in a main class_** and allow the user to select the sensor, the interval and the file name.
9) **--> ** **_Optional:_** Think about how you would write the same data into a database. 9) ** --> ** **_Optional:_** Think about how you would write the same data into a database or into a .json format file.