-
Notifications
You must be signed in to change notification settings - Fork 7
/
firmware_list.json
96 lines (95 loc) · 3.07 KB
/
firmware_list.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[
{
"name": "colorines",
"version": "0.0.1",
"author": "JJ",
"tags": ["example","leds"],
"cover": true,
"license": "GPL v3",
"source": "https://github.com/hack-miniblip/hack-miniblip.github.io/tree/master/ejemplos/colorines",
"md5": "4ffe40195182a4933278b76030654d54"
}
,
{
"name": "Particle",
"version": "0.1",
"author": "Javacasm",
"tags":["fisica","particulas","leds"],
"cover": true,
"license": "GPL v3",
"source": "https://github.com/hack-miniblip/hack-miniblip.github.io/tree/master/ejemplos/balls",
"md5": "3b9c0e77aefa7a22b19db51e141d6a76"
}
,
{
"name": "Reloj Analogico",
"version": "0.1",
"author": "Asolisi & JuanVelascoGomez",
"tags":["reloj","temporizador","potenciometro","buzzer","leds"],
"cover": false,
"license": "GPL v3",
"source": "https://github.com/hack-miniblip/hack-miniblip.github.io/tree/master/ejemplos/RelojAnalogico",
"md5": "9f447c678846b9c407771fb64a9859d3"
}
,
{
"name": "Flappy Bird",
"version": "0.1",
"author": "rbg90",
"tags":["flappy","birds","leds", "game"],
"cover": true,
"license": "GPL v3",
"source": "https://github.com/hack-miniblip/hack-miniblip.github.io/tree/master/ejemplos/flappybird",
"md5": ""
},
{
"name": "Corazon",
"version": "0.1",
"author": "psicobyte",
"tags":["sensor","juego","leds"],
"cover": false,
"license": "GPL v3",
"source": "",
"md5": "f4b0d71224e89a61f9868a0e7e1a8658"
},
{
"name": "Ticker-Tape_Demo",
"version": "0.1",
"author": "neon_520 & juanAFernandez",
"tags":["imprimir", "letra", "texto", "ticker-tape"],
"cover": true,
"license": "GPL v3",
"source": "https://github.com/hack-miniblip/hack-miniblip.github.io/tree/master/ejemplos/iluminandoLetras",
"md5": "4b2d6f66854fa1a9a6460be51610db65"
},
{
"name": "Lampara Chillout",
"version": "0.1",
"author": "iblancasa",
"tags":["lampara","chillout","leds"],
"cover": false,
"license": "GPL v3",
"source": "https://github.com/hack-miniblip/hack-miniblip.github.io/tree/master/ejemplos/Lamparita%20Chillout",
"md5": "62920967fe5412558c1a75ad03df1e23"
},
{
"name": "El Sonrisas",
"version": "0.1",
"author": "fergunet",
"tags":["sonrisa","joker","leds"],
"cover": false,
"license": "GPL v3",
"source": "https://github.com/hack-miniblip/hack-miniblip.github.io/tree/master/ejemplos/El_Sonrisas",
"md5": "b2ab037f28df4e89b557803e613c2f29"
},
{
"name": "Game of life",
"version": "0.1",
"author": "Jesus89",
"tags":["game","life","leds"],
"cover": false,
"license": "GPL v3",
"source": "https://github.com/hack-miniblip/hack-miniblip.github.io/tree/master/ejemplos/GameOfLife",
"md5": "3c391cdab7170db622f59a40d68d0e61"
}
]