Arnov Sharma
Published © GPL3+

Wings of Freedom! PCB Badge

ATTINY13A Powered PCB Badge project based on Attack on Titan

BeginnerFull instructions provided1 hour431

Things used in this project

Hardware components

Microchip Attiny13A
×1
PCBWay Custom PCB
PCBWay Custom PCB
×1

Story

Read more

Custom parts and enclosures

Wings of Freedom Gerber Data

Schematics

sch

Code

code

C/C++
void setup() {
  pinMode(0, OUTPUT); //D0
}

void loop() {
  digitalWrite(0, HIGH);   
  delay(1000);                      
  digitalWrite(0, LOW);    
  delay(1000);
}

Credits

Arnov Sharma

Arnov Sharma

269 projects • 275 followers
Just your average MAKER

Comments