EEPROM-time

This commit is contained in:
2024-05-27 14:11:17 +02:00
parent 08b815c64c
commit 6d0c47c6c0
3 changed files with 19 additions and 7 deletions

View File

@ -258,14 +258,13 @@ public class Commands {
public static void addExecutionTime(int i) {
totalExecutionTime += i;
Timer.cycles(i);
EEPROM.registerTime(false);
}
public static long getTotalExecutionTime() {
return totalExecutionTime;
}
public static void MOVWF(int file) {
DataRegister.setRegister(file, wRegister);
}