7
mirror of https://gitlab.com/kicad/libraries/kicad-footprints.git synced 2025-04-05 17:25:30 +00:00

Create Sensor_Voltage for LEM LV 25-P ()

Move the footprint for LEM LV25-P to a new library Sensor_Voltage, as
decided in .

Fixed a typo and improved Sensor_Current description in fp-lib-table.
This commit is contained in:
evanshultz 2018-07-05 07:36:07 -07:00 committed by Clayton G. Hobbs
parent 27e9f378fb
commit 3a72b3378d
2 changed files with 5 additions and 4 deletions

View File

@ -30,7 +30,7 @@
(pad 4 thru_hole circle (at 20.32 15.24) (size 2.2 2.2) (drill 1.2) (layers *.Cu *.Mask))
(pad 6 thru_hole circle (at 20.32 0) (size 2.2 2.2) (drill 1.2) (layers *.Cu *.Mask))
(pad 5 thru_hole circle (at 20.32 7.62) (size 2.2 2.2) (drill 1.2) (layers *.Cu *.Mask))
(model ${KISYS3DMOD}/Sensor_Current.3dshapes/LEM_LV25-P.wrl
(model ${KISYS3DMOD}/Sensor_Voltage.3dshapes/LEM_LV25-P.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))

View File

@ -91,9 +91,10 @@
(lib (name RF_Module)(type KiCad)(uri ${KISYSMOD}/RF_Module.pretty)(options "")(descr "Radio-frequency / wireless modules"))
(lib (name RF_Shielding)(type KiCad)(uri ${KISYSMOD}/RF_Shielding.pretty)(options "")(descr "Specialied footprints for EMI shields and covers"))
(lib (name Rotary_Encoder)(type KiCad)(uri ${KISYSMOD}/Rotary_Encoder.pretty)(options "")(descr "Rotary Encoder Footprints"))
(lib (name Sensor_Audio)(type KiCad)(uri ${KISYSMOD}/Sensor_Audio.pretty)(options "")(descr "Specialied footprints for audio sensors"))
(lib (name Sensor_Current)(type KiCad)(uri ${KISYSMOD}/Sensor_Current.pretty)(options "")(descr "Specialied footprints for hall effect current sensors"))
(lib (name Sensor_Pressure)(type KiCad)(uri ${KISYSMOD}/Sensor_Pressure.pretty)(options "")(descr "Specialied footprints for pressure sensors"))
(lib (name Sensor_Audio)(type KiCad)(uri ${KISYSMOD}/Sensor_Audio.pretty)(options "")(descr "Specialized footprints for audio sensors"))
(lib (name Sensor_Current)(type KiCad)(uri ${KISYSMOD}/Sensor_Current.pretty)(options "")(descr "Specialized footprints for current sensors"))
(lib (name Sensor_Pressure)(type KiCad)(uri ${KISYSMOD}/Sensor_Pressure.pretty)(options "")(descr "Specialized footprints for pressure sensors"))
(lib (name Sensor_Voltage)(type KiCad)(uri ${KISYSMOD}/Sensor_Voltage.pretty)(options "")(descr "Specialized footprints for voltage sensors"))
(lib (name Socket)(type KiCad)(uri ${KISYSMOD}/Socket.pretty)(options "")(descr "Sockets"))
(lib (name Symbol)(type KiCad)(uri ${KISYSMOD}/Symbol.pretty)(options "")(descr "PCB symbols"))
(lib (name TerminalBlock)(type KiCad)(uri ${KISYSMOD}/TerminalBlock.pretty)(options "")(descr "Footprints for terminal blocks that do not have their own manufacturer specific library."))