LUA Reference Guide
Ctrlk
  • EdgeTX 2.6 Lua Reference Guide
  • Introduction
  • Part I - Script Type Overview
  • Part II - EdgeTX Lua API Programming Guide
    • Lua Basics
    • Loading Code Modules Dynamically
    • Saving Memory
    • Using Key and Touch Events
    • Drawing Flags and Colors
    • Data Exchange with the EdgeTX Model Setup
    • Included Lua Libraries
      • io Library
        • io.open(filename [, mode])
        • io.close(file)
        • io.read()
        • io.write()
        • io.seek()
  • Part III - EdgeTX Lua API Reference
  • Part IV - Advanced Topics
  • Appendix
Powered by GitBook
On this page

Was this helpful?

  1. Part II - EdgeTX Lua API Programming Guide
  2. Included Lua Libraries

io Library

io.open(filename [, mode])io.close(file)io.read()io.write()io.seek()
PreviousIncluded Lua LibrariesNextio.open(filename [, mode])

Last updated 3 years ago

Was this helpful?