This commit is contained in:
2026-02-20 08:51:09 +03:00
parent ca5618789e
commit a4d4e15f18
109 changed files with 11460 additions and 4 deletions

6
LibSidServo/PID_test/plot_jpg Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/gnuplot
set terminal jpeg size 1000,500
set output "all.jpg"
plot for [col in "target curpos speed error"] 'coords' using 1:col with lines title columnheader