diff options
author | Elena of Valhalla'' Grandi <valhalla.trueelena.org> | 2013-04-04 17:57:16 +0200 |
---|---|---|
committer | Elena of Valhalla'' Grandi <valhalla.trueelena.org> | 2013-04-04 17:57:16 +0200 |
commit | 65067712bb2f57270c3c9ff1ca85dcd76395f3d3 (patch) | |
tree | 0bddf1a51ee8edff77ceb8740e5ff77d093f8ad9 /arduino_sketch |
Arduino sketch: empty sketch
Diffstat (limited to 'arduino_sketch')
-rw-r--r-- | arduino_sketch/arcerino/arcerino.ino | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arduino_sketch/arcerino/arcerino.ino b/arduino_sketch/arcerino/arcerino.ino new file mode 100644 index 0000000..541f911 --- /dev/null +++ b/arduino_sketch/arcerino/arcerino.ino @@ -0,0 +1,12 @@ +#include "U8glib.h" + +#include <Wire.h> +#include <wiinunchuck.h> + +U8GLIB_TLS8204_84X48 u8g(15, 16, 13, 2, 3); // SPI Com: SCK = 13, MOSI = 11, CS = 10, A0 = 9, Reset = 8 + +void setup() { +} + +void loop() { +} |