Lua: Unterschied zwischen den Versionen

Aus Hacker Motor Wiki
Wechseln zu: Navigation, Suche
(Links)
(Sonstiges hilfreiche Links)
Zeile 24: Zeile 24:
 
===Sonstiges hilfreiche Links===
 
===Sonstiges hilfreiche Links===
 
* [https://www.admin-magazin.de/Das-Heft/2014/01/Die-Skriptsprache-Lua ADMIN-Magazin: Die Skriptsprache Lua]
 
* [https://www.admin-magazin.de/Das-Heft/2014/01/Die-Skriptsprache-Lua ADMIN-Magazin: Die Skriptsprache Lua]
 +
* [https://en.wikipedia.org/wiki/Lua_(programming_language) Lua-Programmiersprache in der Wikipedia]
  
 
==Downloads==
 
==Downloads==

Version vom 9. Juli 2020, 10:55 Uhr

Entwicklungsumgebung Atom

Text

Grundsätzlicher Skript-Aufbau für DS/DC-Sender

local function init(code)
system.registerForm(1,MENU_MAIN,appName ,initForm, keyForm, printForm, closeForm)
image = lcd.loadImage("Apps/hacker/hacker-logo.png")
print("Init function running")
end
 
local function loop()
end

return {init=init, loop=nil, author=appAuthor, version=appVersion, name=appName}

Links

Offizielle Links

Sonstiges hilfreiche Links

Downloads

Entwicklungsumgebungen

JETImodel