2012-07-28から1日間の記事一覧

MacでAVRの開発環境を構築する

http://koress.jp/2010/07/macavrsnowleopardxcodecrosspac.htmlCrosspack http://www.obdev.at/products/crosspack/index.html CrosspackはLionで動かなかった。探してみたところこんなページを発見。 Compiling AVR Toolchain under OS X Lion http://www.…

ArduinoをAVRライタとして使う

Arduino ISP(In-System Programmer)という機能がある。http://hlt.media.mit.edu/?p=1695 http://code.google.com/p/arduino-tiny/~/Documents/Arduino/hardware/ の下に置く。

部屋の電気のスイッチを自動で切る装置つくった

#include <SPI.h> // for Ethernet.h #include <Ethernet.h> // for Ethernet #include <Servo.h> #define SERVOPIN1 (7) #define SERVOPIN2 (8) #define LINEBUFFERSIZE (128) #define DELIMITER ("&") Servo myservo1; // create servo object to control a servo Servo myservo2; // c</servo.h></ethernet.h></spi.h>…

iOS5.1.1をAbsintheでJailbreakする

iPod touchをJailbreakします。 http://hayakuyuke.jp/archives/6526一瞬でした。