diff --git a/hardware/eagle/.gitignore b/hardware/eagle/.gitignore index 070337f..fee822c 100644 --- a/hardware/eagle/.gitignore +++ b/hardware/eagle/.gitignore @@ -5,3 +5,4 @@ !esp8266_button.brd !esp8266_button.sch !README.md +!*.png diff --git a/hardware/eagle/README.md b/hardware/eagle/README.md new file mode 100644 index 0000000..c1f7e2e --- /dev/null +++ b/hardware/eagle/README.md @@ -0,0 +1,8 @@ +# ESP8266-button PCB +The PCB schematics and layout of the ESP8266-button made with Eagle CAD. + +## Board render +### Top +![PCB top render](top.png) +### Bottom +![PCB bottom render](bottom.png) \ No newline at end of file diff --git a/hardware/eagle/bottom.png b/hardware/eagle/bottom.png new file mode 100644 index 0000000..8249bd0 Binary files /dev/null and b/hardware/eagle/bottom.png differ diff --git a/hardware/eagle/top.png b/hardware/eagle/top.png new file mode 100644 index 0000000..ff4d766 Binary files /dev/null and b/hardware/eagle/top.png differ