Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Redstone output
karelvysinka
Nov 25th, 2015
205
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Lua
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
diff
local
nCount
=
10
local
nPeriod
=
0.5
for
n
=
1
,
nCount
do
redstone
.
setOutput
(
sSide
,
true
)
sleep
(
nPeriod
/
2
)
redstone
.
setOutput
(
sSide
,
false
)
sleep
(
nPeriod
/
2
)
end
Add Comment
Please,
Sign In
to add comment
Public Pastes
Thing (Test)
Lua | 12 min ago | 3.78 KB
GrueMitaine
Lua | 20 min ago | 0.94 KB
⭐ giftcards for free
JavaScript | 24 min ago | 0.05 KB
⭐ FREE giftcards method
JavaScript | 37 min ago | 0.05 KB
Your Bitcoin Wallet Credentials have been res...
GetText | 39 min ago | 0.26 KB
Untitled
C++ | 49 min ago | 5.52 KB
Farm turtle
Lua | 1 hour ago | 2.63 KB
Untitled
JavaScript | 1 hour ago | 2.87 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!