mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Exit on keypress
This commit is contained in:
parent
71db6d1dea
commit
04e7aaef88
3 changed files with 3 additions and 0 deletions
|
|
@ -122,5 +122,8 @@ void main(void) {
|
|||
beta += 0.05;
|
||||
freq1 += 0.01;
|
||||
freq2 += 0.005;
|
||||
if (getc() != 0xFFFFFFFF) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue