Hardware Reference
In-Depth Information
delay ( wait );
}
// & fade out in 5 steps
for ( int x = 5 ; x >= 0 ; x -- ) {
int r = red * x ; r /= 5 ;
int g = green * x ; g /= 5 ;
int b = blue * x ; b /= 5 ;
strip . setPixelColor ( j , strip . Color ( r , g , b ));
strip . show ();
delay ( wait );
}
}
// LEDs will be off when done (they are faded to 0)
}
Use a scrap piece of coordinating fabric to sew a small battery
pouch. We doubled ours over, used the sewing machine to stitch
in an L, then clipped the corner and turned the pouch right-side
out ( Figure 6-15 ).
Figure 6-15. Scrap fabric battery pocket
Stitch the battery pouch to the skirt lining with regular thread in
a place nearby the FLORA main board ( Figure 6-16 ).
Search WWH ::




Custom Search