Commit de362cf8 authored by Rousseau Vincent's avatar Rousseau Vincent
Browse files

add comment

parent 12a3a5d5
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -28,6 +28,7 @@ def getMeasurements():
while True:
new_measurement = {
'measurement': 'ads1115',
# attention la date n'est pas forcément précise
'time': datetime.now(),
'fields': {
'ain0': adc.readADCSingleEnded(),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment