Lua

Aus Hacker Motor Wiki
Wechseln zu: Navigation, Suche


DPSI Lua the programming language

Entwicklungsumgebung Atom

Die Entwicklungsumgebung Atom ist kostenlos für die Plattformen Windows, MAC und Linux erhältlich.

Download

Informationen zum Download findet Ihr im Bereich Downloads.

Plugin für Lua-Text-Highlighting

Um das sprachspezifische Text-Highlighting für die Lua-Programmiersprache zu implementieren, muss das Plugin "xxx" nachinstalliert werden.

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