This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| int G = 2; | |
| int Y = 3; | |
| int R = 4; | |
| int DELAY_G = 3000; | |
| int DELAY_Y = 1000; | |
| int DELAY_R = 3000; | |
| void setup() | |
| { | |
| pinMode(G, OUTPUT); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| msiexec.exe /i /a prusaslicerx64.msi ADDLOCAL="Feature_1,Feature_2,Feature_4,Feature_5" /passive |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0.0.0.0 adform.net | |
| 0.0.0.0 1gr.cz | |
| 0.0.0.0 doublecklick.net |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| final int bocniMezeraPlatna = 50; | |
| final int horniMezeraPlatna = 150; | |
| final int stranaTlacitka = 50; | |
| final int mezeraMeziTlacitky = 30; | |
| int sirkaStetce = 4; | |
| final int offsetStetce = 4; | |
| boolean tlacitkoZmacknuto = false; |