From 3de16e5617ef040f5bef6f41edbfbcaf166b3b7f Mon Sep 17 00:00:00 2001 From: Jonas Jacobsson <01joja@gamil.com> Date: Thu, 21 Jan 2021 20:43:45 +0100 Subject: [PATCH] fixed some small things on the sensors --- lab1/lab1-rescue.dcm | 3 +++ lab1/lab1-rescue.lib | 19 +++++++++++++++++++ lab1/sym-lib-table | 1 + 3 files changed, 23 insertions(+) create mode 100644 lab1/lab1-rescue.dcm create mode 100644 lab1/lab1-rescue.lib diff --git a/lab1/lab1-rescue.dcm b/lab1/lab1-rescue.dcm new file mode 100644 index 0000000..5f3ed79 --- /dev/null +++ b/lab1/lab1-rescue.dcm @@ -0,0 +1,3 @@ +EESchema-DOCLIB Version 2.0 +# +#End Doc Library diff --git a/lab1/lab1-rescue.lib b/lab1/lab1-rescue.lib new file mode 100644 index 0000000..dfe455a --- /dev/null +++ b/lab1/lab1-rescue.lib @@ -0,0 +1,19 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# +1.9V-power +# +DEF +1.9V-power #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "+1.9V-power" 0 140 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 2 0 1 0 -30 50 0 100 N +P 2 0 1 0 0 0 0 100 N +P 2 0 1 0 0 100 30 50 N +X +1.9V 1 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +#End Library diff --git a/lab1/sym-lib-table b/lab1/sym-lib-table index 3a5e07d..4f680ca 100644 --- a/lab1/sym-lib-table +++ b/lab1/sym-lib-table @@ -1,3 +1,4 @@ (sym_lib_table (lib (name lab1)(type Legacy)(uri ${KIPRJMOD}/lab1.lib)(options "")(descr "")) + (lib (name lab1-rescue)(type Legacy)(uri ${KIPRJMOD}/lab1-rescue.lib)(options "")(descr "")) ) -- GitLab