tdse-tp4_01-adc

FIUBA - Electrónica - Taller de Sistemas Embebidos - Trabajo Práctico N°: 4 - ADC
Index Commits Files Refs README
commit 28f77d3511c19cb850b44d4be8a259756401dd99
parent 77fdf5e79f836eb77971569d1ef60c50d4a9200a
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Mon, 20 Oct 2025 11:53:04 -0300

Moved `{adc.txt,test_**}` to `app/`

Diffstat:
Radc.txt -> app/adc.txt | 0
Rtest_1.txt -> app/test_1.txt | 0
Rtest_1_out.txt -> app/test_1_out.txt | 0
Rtest_2.txt -> app/test_2.txt | 0
Rtest_2_out.txt -> app/test_2_out.txt | 0
Rtest_3.txt -> app/test_3.txt | 0
Rtest_3_out.txt -> app/test_3_out.txt | 0
Rtest_analysis_script.m -> app/test_analysis_script.m | 0
8 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/adc.txt b/app/adc.txt
diff --git a/test_1.txt b/app/test_1.txt
diff --git a/test_1_out.txt b/app/test_1_out.txt
diff --git a/test_2.txt b/app/test_2.txt
diff --git a/test_2_out.txt b/app/test_2_out.txt
diff --git a/test_3.txt b/app/test_3.txt
diff --git a/test_3_out.txt b/app/test_3_out.txt
diff --git a/test_analysis_script.m b/app/test_analysis_script.m