made it runnable

This commit is contained in:
paul-loedige 2020-12-24 17:01:50 +01:00
parent 1dea051cbf
commit b29fbd5901

View File

@ -4,7 +4,7 @@ public class TestIO implements IIO {
/** Test Klasse.*/
@Override
public String[][] rueckgabeAI() {
//String AI[3][3];
String[][] AI = new String[3][3];
/** AI[0][0]="Test";
AI[1][1]="5.658";
AI[1][2]="Volt";