Merge branch 'master' of https://gogs.mikescher.com/Mikescher/PIC_Simulator_Simon
This commit is contained in:
commit
601324b2a4
1699
PIC_Simulator/Form1.Designer.cs
generated
1699
PIC_Simulator/Form1.Designer.cs
generated
File diff suppressed because it is too large
Load Diff
@ -523,6 +523,11 @@ namespace PIC_Simulator
|
|||||||
programm.TaktgeberAdresse = Convert.ToUInt32(edClockAddr.Text.Substring(2), 16);
|
programm.TaktgeberAdresse = Convert.ToUInt32(edClockAddr.Text.Substring(2), 16);
|
||||||
programm.TaktgeberBitnummer = uint.Parse(edClockBit.Text);
|
programm.TaktgeberBitnummer = uint.Parse(edClockBit.Text);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
private void button1_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
programm.IsSleeping = false; //Kein WatchdogTimer implementiert, Sleep durch button deaktiviert
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user