Add magnetometer_data_logger/tests/data/sample_sensor_data.json
This commit is contained in:
parent
b8cb063e9a
commit
71d621c75f
1 changed files with 34 additions and 0 deletions
34
magnetometer_data_logger/tests/data/sample_sensor_data.json
Normal file
34
magnetometer_data_logger/tests/data/sample_sensor_data.json
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"timestamp": "2024-06-21T22:15:30Z",
|
||||||
|
"Bx": 45.67,
|
||||||
|
"By": -12.34,
|
||||||
|
"Bz": 5.89,
|
||||||
|
"temperature": 18.5,
|
||||||
|
"humidity": 72.1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": "2024-06-21T22:16:00Z",
|
||||||
|
"Bx": 46.12,
|
||||||
|
"By": -11.97,
|
||||||
|
"Bz": 6.15,
|
||||||
|
"temperature": 18.6,
|
||||||
|
"humidity": 71.9
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": "2024-06-21T22:16:30Z",
|
||||||
|
"Bx": 45.98,
|
||||||
|
"By": -12.10,
|
||||||
|
"Bz": 6.00,
|
||||||
|
"temperature": 18.6,
|
||||||
|
"humidity": 72.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": "2024-06-21T22:17:00Z",
|
||||||
|
"Bx": 46.05,
|
||||||
|
"By": -12.05,
|
||||||
|
"Bz": 5.95,
|
||||||
|
"temperature": 18.7,
|
||||||
|
"humidity": 71.8
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue