rtt-f030/components/external/lua/exlibs/lexlibs.h

16 lines
202 B
C
Raw Normal View History

/**
* External library
*/
#ifndef __LEXLIBS_H__
#define __LEXLIBS_H__
#define EXLIB_ARDUINO "arduino"
#define LUA_EXLIBS_ROM\
_ROM(EXLIB_ARDUINO, luaopen_arduino, arduino_map )
#endif