Skip to content

Commit bbdca8d

Browse files
authored
Merge branch 'master' into master
2 parents ffc94af + 2d307f9 commit bbdca8d

File tree

8 files changed

+33
-0
lines changed

8 files changed

+33
-0
lines changed

Crickit_MicroBit_Robot/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Adafruit-Crickit-MicroBit-Robot
2+
3+
This is a resorce folder for a MicroBit robot using the Crickit platform from Adafruit.
4+
5+
Link to the full guide.
6+
https://learn.adafruit.com/microbit-crickit-robot
7+
8+
Support open source hardware and software by buying parts at adafruit.com

Crickit_MicroBit_Robot/Wiring.fzz

259 KB
Binary file not shown.

Crickit_MicroBit_Robot/Wiring_bb.png

378 KB
Loading

M4_Eyes/eyes/demon/config.eye

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"voice" : true,
3+
"pitch" : 0.72,
4+
"gain" : 1.2,
5+
"eyeRadius" : 125,
6+
"irisRadius" : 110,
7+
"slitPupilRadius" : 100,
8+
"eyelidIndex" : "0x00", // From table: learn.adafruit.com/assets/61921
9+
"pupilColor" : [ 0, 0, 0 ],
10+
"pupilMin" : 0.05,
11+
"pupilMax" : 0.25,
12+
"backColor" : [ 80, 0, 0 ],
13+
// From www.deviantart.com/suicidecrew/art/Fire-Seamless-tile-116721709
14+
"irisTexture" : "demon/iris.bmp",
15+
"scleraTexture" : "demon/sclera.bmp",
16+
"upperEyelid" : "demon/upper.bmp",
17+
"lowerEyelid" : "demon/lower.bmp",
18+
"tracking" : false,
19+
"left" : {
20+
"irisSpin" : -18
21+
},
22+
"right" : {
23+
"irisSpin" : 18
24+
}
25+
}

M4_Eyes/eyes/demon/iris.bmp

176 KB
Binary file not shown.

M4_Eyes/eyes/demon/lower.bmp

7.56 KB
Binary file not shown.

M4_Eyes/eyes/demon/sclera.bmp

312 Bytes
Binary file not shown.

M4_Eyes/eyes/demon/upper.bmp

7.56 KB
Binary file not shown.

0 commit comments

Comments
 (0)