L
logitech
Guest
Hi!
Can I do this:
if (flag = '1') then
flag <= '0';
....
Thanks!
Can I do this:
if (flag = '1') then
flag <= '0';
....
Thanks!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
You can do it, but it may not doCan I do this:
if (flag = '1') then
flag <= '0';