These instructions were performed on a RaspberryPI 2 with a proper heatsink.
- Follow these instructions to install NOOBS with a Mac.
- Choose "Raspbian" from the selected options when installing.
#include <stdbool.h> | |
#include <AnalogKeypad.h> | |
#include <Servo.h> | |
// Arduino Pin Assignments | |
#define PIN_KEYS A0 | |
#define PIN_SERVO 9 | |
#define PIN_LED 13 | |
// Servo Configurations |
These instructions were performed on a RaspberryPI 2 with a proper heatsink.
// Use Less.js 1.3.2 or higher to compile. | |
.round-box(@tl: 9, @tr: 9, @br: 9, @bl: 9) { | |
@val: ~'@{tl}px' ~'@{tr}px' ~'@{br}px' ~'@{bl}px'; | |
-moz-border-radius: @val; | |
-webkit-border-radius: @val; | |
-o-border-radius: @val; | |
-ms-border-radius: @val; | |
-khtml-border-radius: @val; |