Lua: Unterschied zwischen den Versionen

Aus Hacker Motor Wiki
Wechseln zu: Navigation, Suche
(Grundsätzlicher Skript-Aufbau für DS/DC-Sender)
(Links)
Zeile 17: Zeile 17:
  
 
==Links==
 
==Links==
 +
===Offizielle Links===
 
* [https://www.lua.org/manual/5.3/ Lua 5.3 Reference Manual (Englisch)]
 
* [https://www.lua.org/manual/5.3/ Lua 5.3 Reference Manual (Englisch)]
 
* [http://www.jetimodel.com/de/DC-DS-24-Lua-API-2 DC/DS-24 Lua Programming API für Entwickler (Deutsch)]
 
* [http://www.jetimodel.com/de/DC-DS-24-Lua-API-2 DC/DS-24 Lua Programming API für Entwickler (Deutsch)]
 
* [http://www.jetimodel.com/de/show-file/932 DC/DS API-Dokumentation (PDF) (Englisch)]
 
* [http://www.jetimodel.com/de/show-file/932 DC/DS API-Dokumentation (PDF) (Englisch)]
 +
 +
===Sonstiges hilfreiche Links===
 +
* [https://www.admin-magazin.de/Das-Heft/2014/01/Die-Skriptsprache-Lua ADMIN-Magazin: Die Skriptsprache Lua]
  
 
==Downloads==
 
==Downloads==

Version vom 9. Juli 2020, 10:35 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