"The Youth" Skematic Reigns Supreme
#Blackout

#batman#dc comics#dc#bruce wayne#dick grayson#batfam#dc fanart#tim drake#batfamily



seen from Türkiye
seen from United Kingdom
seen from Singapore

seen from United Kingdom

seen from United States
seen from Malaysia
seen from Türkiye
seen from Türkiye
seen from Türkiye
seen from China

seen from United States

seen from United States
seen from Germany

seen from United Kingdom
seen from United States

seen from Ireland
seen from United Kingdom
seen from Yemen

seen from United Kingdom
seen from United States
"The Youth" Skematic Reigns Supreme
#Blackout
Skematic Season. (Matte Black Tee)
#Blackout
Long Live Skematic... The online store is back up and functional
Launching the Skematic Tumblr shortly
Fancy Pancy Driverstation
So, on MetalCow we made a fancy pancy driverstation. I uploaded a pic, and the electrical skematic of the light.
NOTE: Our light was soldered backwards after some issues and we didn't feel like physically fixing it, so thats why the code is different than you might expect.
Here's the code once everything is setup:
#include <Servo.h>
Servo lights;
const int sensorPin = A0;
void setup(){
Serial.begin(9600);
lights.attach(13);
}
int i;
bool up;
int prog;
void loop(){
if(analogRead(sensorPin)<256){
if(i<=-50)
up=true;
else if(i>=90)
up=false;
if(up)
i++;
else
i--;
lights.write(i);
delay(6);
}else if(analogRead(sensorPin)<512){
if(i<=-50)
up=true;
else if(i>=90)
up=false;
if(up)
i++;
else
i--;
lights.write(i);
delay(2);
}else if(analogRead(sensorPin)<750){
lights.write(90);
delay(5);
lights.write(0);
delay(5);
}else{
lights.write(70);
}
}
Spotted two of our TDQ leather jackets in @Skematic_JKT new store launching video. Check this video out, and have a glance of their dope new store.