AUTOMATIC PCB ETCHER

Photo of author

By Jackson Taylor

YouTube video

PROGRAM

#include<pic.h>
OSSCAL=0X80;
__CONFIG(0X0FEA);
#define _XTAL_FREQ 4000000
void del(void);
unsigned short int a=0;
void main(int)
{
TRISGPIO=0x0;GPIO=0;
OPTION= 0XC0;
while(1)
{
GP5=1;del();GP5=0;
GP4=1;del();GP4=0;
}
}
void del(void)
{
__delay_ms(600);
}
See also
PCB IN ORIGINAL SIZE

Revive Your Dead Electronics

Got a drawer full of dead gadgets or a failing car battery? Instead of paying a premium for replacements, use this simple trick to easily recondition them right from home.

See How It Works