mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 17:18:24 +00:00
add lua support for rt-thead
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2399 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
15
components/external/lua/exlibs/lexlibs.h
vendored
Normal file
15
components/external/lua/exlibs/lexlibs.h
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* External library
|
||||
*/
|
||||
|
||||
#ifndef __LEXLIBS_H__
|
||||
#define __LEXLIBS_H__
|
||||
|
||||
#define EXLIB_ARDUINO "arduino"
|
||||
|
||||
#define LUA_EXLIBS_ROM\
|
||||
_ROM(EXLIB_ARDUINO, luaopen_arduino, arduino_map )
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user