Skip to content

Commit cf36b00

Browse files
authored
Merge pull request #1 from BruceDevices/add-apps
Add first apps
2 parents 1bdcad5 + 6f21476 commit cf36b00

10 files changed

Lines changed: 65 additions & 0 deletions

File tree

3.91 KB
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "Device Info",
3+
"description": "Device information display showing hardware details and memory statistics",
4+
"category": "Tools",
5+
"version": "1.0.0",
6+
"commit": "fe621cd1bb56bf2f970c15b70fcdeec36a3180de",
7+
"owner": "emericklaw",
8+
"repo": "Bruce-Device-Info-App",
9+
"path": "/",
10+
"files": [
11+
"Device Info.js"
12+
]
13+
}
6.81 KB
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "Flashlight",
3+
"description": "Simple multi-colour flashlight",
4+
"category": "Utilities",
5+
"version": "1.0.0",
6+
"commit": "a74de445e29b4d2eedf328048f0ff38c495e1db2",
7+
"owner": "emericklaw",
8+
"repo": "Bruce-Flashlight-App",
9+
"path": "/",
10+
"files": [
11+
"Flashlight.js"
12+
]
13+
}
11.3 KB
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "Hello World",
3+
"description": "A simple test app for the Bruce JavaScript interpreter that displays 'Hello World!' on the screen.",
4+
"category": "Utilities",
5+
"version": "1.0.0",
6+
"commit": "b3ff054aab8e624ca29b346dfa687c5c0dcd9a3c",
7+
"owner": "emericklaw",
8+
"repo": "Bruce-Hello-World-Example-App",
9+
"path": "/",
10+
"files": [
11+
"Hello World.js"
12+
]
13+
}
7.09 KB
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "Lock Device",
3+
"description": "Password protection app that locks your Bruce device on startup or on-demand",
4+
"category": "Utilities",
5+
"version": "1.1.0",
6+
"commit": "438afcea7823457ae6728b85f73b7cca27c52b7f",
7+
"owner": "emericklaw",
8+
"repo": "Bruce-Lock-Device-App",
9+
"path": "/",
10+
"files": [
11+
"Lock Device.js"
12+
]
13+
}
8.25 KB
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "Tone Generator",
3+
"description": "Tone generator that can play different frequencies/musical notes with customisable duration",
4+
"category": "Audio",
5+
"version": "1.0.0",
6+
"commit": "3d3f98cd55a9671a1a0879b980b3a06356a81172",
7+
"owner": "emericklaw",
8+
"repo": "Bruce-Tone-Generator-App",
9+
"path": "/",
10+
"files": [
11+
"Tone Generator.js"
12+
]
13+
}

0 commit comments

Comments
 (0)