Newer
Older
# Fab Electronics Library for KiCad
This library (should) cover all the electronics components found in the official [fab inventory](http://fab.cba.mit.edu/about/fab/inv.html). Using this library should also make it easier to share KiCad project files between Mac, Windows and Linux systems.
1. Clone or download this repository.
2. Store it in a safe place such as `~/kicad/libraries` or `C:/kicad/libraries`.
4. Go to "Preferences / Manage Symbol Libraries" and add `fab.lib` as symbol library.
5. Go to "Preferences / Manage Footprint Libraries" and add `fab.pretty` as footprint library.
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
## On-Going TODO
**Check symbols and remove duplicates**
- [x] Resistor
- [x] Potentiometer
- [x] Capacitor
- [x] Choke coil, inductor
- [x] Diode
- [ ] Transistor
- [ ] H-Bridge motor drivers
- [ ] Tripple H-Bridge motor drivers
- [ ] Stepper motor drivers
- [ ] Regulators
- [ ] Charge controllers
- [ ] Amplifiers
- [ ] LEDs
- [ ] Photodetectors
- [ ] Speakers and mics
- [ ] Temperature sensors
- [ ] Hall-Effect sensors
- [ ] Accelerometer
- [ ] Pressure sensors
- [ ] Op-Amp
- [ ] Microcontrollers
- [ ] Prog logic chips
- [ ] Radios
- [ ] Crystals
- [ ] Buttons and switches
- [ ] Magnets
- [ ] Connectors
- [ ] Jacks and plugs
- [ ] Battery holders
- [ ] USB chips and connectors
- [ ] SD card socket
## Contributing
Please refer to the [CONTRIBUTING](CONTRIBUTING.md) document. Run `test.py` locally before `git push`.
Please refer to the [LICENSE](LICENSE) document located in this repository.