minestes arduino and command references

how to configure the mesecon.net

explanation here:
http://uberi.mesecons.net/projects/MeseconsBasics/index.html

hay ejemplos utiles en soy minero:

https://soyminero.wordpress.com

----------------------------------------------------------------------------------------------------------------------

Hacer command in lua.

Hay que usar el chat

http://wiki.minetest.net/Server_commands

------------------------------------------------------------------------------------------------------------------------

serial to lua

https://forum.minetest.net/viewtopic.php?f=3&t=7558

http://dev.minetest.net/minetest.register_globalstep
http://dev.minetest.net/minetest.register_dignode


------------------------------------------------------------------------------------------------------------------------

mesecon commands:
http://wiki.minetest.com/wiki/Item_Codes/mesecons

 

un ejemplo de un command block timer:

if event.iid == "on" and pin.d then
     port.b = true
     interrupt (0.5, "off")
elseif event.iid == "off" and pin.d then
     port.b = false
     interrupt (0.5, "on")
else
     port.b = false
     interrupt (0.5, "off")
end

 

Tipo de post
Blog
Autor
natacha