Update project libraries

This commit is contained in:
Dimitris Platis 2018-07-03 20:51:27 +02:00
parent 715339b9b0
commit af4c72675b
2 changed files with 21 additions and 35 deletions

View file

@ -15,3 +15,13 @@ The PCB schematics and layout of the ESP8266-button made with [KiCad](http://kic
* 3-pin male angled header
* 2-pin male or female straight header
* Pin jumper (2.54mm pitch)
## KiCad Libraries
For full source code modifiability please [import](https://www.accelerated-designs.com/help/KiCad_Library.html) the following libraries which were used for the symbols and the footprints of this project:
* [kicad-ESP8266](https://github.com/jdunmire/kicad-ESP8266)
* [Resistors_THT](https://github.com/KiCad/Resistors_THT.pretty)
* [TerminalBlock](https://github.com/KiCad/TerminalBlock.pretty)
* [Pin_Headers](https://github.com/KiCad/Pin_Headers.pretty)
* [Socket_Strips](https://github.com/KiCad/Socket_Strips.pretty)
* [Button_Switches_THT](https://github.com/KiCad/Buttons_Switches_THT.pretty)