View allAll Photos Tagged Hack
Wenn du viel Zeit vor deinem Kleiderschrank verbringst, aber nichts zu tragen hast, fehlt dir vielleicht etwas Inspiration und Tricks, um deinen Look modischer zu machen. Also, lesen Sie weiter für die 6 Modehacks, die Sie stilvoll machen können.
Sparen Sie Geld, indem Sie teure G...
coolideen.com/2018/06/11/6-fashion-hacks-die-sie-stilvoll...
// Wire Master Reader
// by Nicholas Zambetti
// Demonstrates use of the Wire library
// Reads data from an I2C/TWI slave device
// Refer to the "Wire Slave Sender" example for use with this
// Created 29 March 2006
// This example code is in the public domain.
#include
void setup()
{
Serial.begin(9600); // start serial for output
Wire.begin(0x0D);
}
byte a[10];
void loop()
{
Wire.beginTransmission(0x0D);
Wire.send(0);
Wire.endTransmission();
Wire.requestFrom(0x0D, 23);
for (int i=0; i 0 clockwise <255 anticlockwise
Serial.print(' ');
Serial.println(a[21],DEC); //rotation dir 0=clockwise 255=anticlockwise
}
I had a broken Nikon Coolpix lying around, so I tore into it and carved out the plastic tripod screw receptacle.
Located in the Big Horn Mountains. We have walked across the bridge and to the other side along the creek to fish.
Turning a standard USB keyboard into a restricted access interface for an interactive automaton.
Refitting chassis screws
Project: Hive Mind Fortune Reader
Reads the collective mind of connected Twitter users and reads their fortune.
April 2013
For more on this and other such making things and techniques see the "Making weird stuff" blog
See the blog post for more info: Maker Faire Austin 2007
This photo is licensed under a Creative Commons license. If you use this photo within the terms of the license or make special arrangements to use the photo, please list the photo credit as "Scott Beale / Laughing Squid" and link the credit to laughingsquid.com.