Explorar o código

Move simulations and add gitignore for LTSpice files

Jonatan Gezelius %!s(int64=2) %!d(string=hai) anos
pai
achega
45cf58a9c6

+ 0 - 23
reverse_engineering/simulering.log

@@ -1,23 +0,0 @@
-Circuit: * J:\Users\Jonatan\Documents\capacitive moisture sensor\reverse_engineering\simulering.asc
-
-Limiting rise time of source v1 to 1.2e-007
-Limiting fall time of source v1 to 1.2e-007
-.OP point found by inspection.
-
-Date: Wed Jan 25 21:43:09 2023
-Total elapsed time: 0.442 seconds.
-
-tnom = 27
-temp = 27
-method = modified trap
-totiter = 83711
-traniter = 83711
-tranpoints = 38384
-accept = 32299
-rejected = 6085
-matrix size = 5
-fillins = 0
-solver = Normal
-Matrix Compiler1: 150 bytes object code size  0.1/0.1/[0.0]
-Matrix Compiler2: 321 bytes object code size  0.1/0.1/[0.1]
-

BIN=BIN
reverse_engineering/simulering.op.raw


BIN=BIN
reverse_engineering/simulering.raw


+ 12 - 0
simulations/.gitignore

@@ -0,0 +1,12 @@
+# gitignore template for LTspice
+# website: https://www.analog.com/en/design-center/design-tools-and-calculators/ltspice-simulator.html
+
+# Logfile
+*.log
+
+# Simulation Outputs
+*.raw
+*.fft
+
+# Netlist
+*.net

+ 0 - 0
reverse_engineering/simulering.asc → simulations/simulering.asc