Skip to content

Commit 727c57b

Browse files
authored
Add sample data and images
1 parent fe72f7a commit 727c57b

34 files changed

+3858
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"humidity": {
3+
"value": 85
4+
}
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"humidity": {
3+
"value": 45
4+
}
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"humidity": {
3+
"value": 79
4+
}
5+
}

samples/wasm/data-and-images/laptop.raw

Lines changed: 245 additions & 0 deletions
Large diffs are not rendered by default.

samples/wasm/data-and-images/sliding_door.raw

Lines changed: 2 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"temperature": {
3+
"value": 1209,
4+
"unit": "F"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"temperature": {
3+
"value": 400,
4+
"unit": "F"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"temperature": {
3+
"value": 3083,
4+
"unit": "F"
5+
}
6+
}

samples/wasm/data-and-images/tripod.raw

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"temperature": {
3+
"value": 1209,
4+
"unit": "F"
5+
}
6+
}

0 commit comments

Comments
 (0)