lexlibs.h 202 B

123456789101112131415
  1. /**
  2. * External library
  3. */
  4. #ifndef __LEXLIBS_H__
  5. #define __LEXLIBS_H__
  6. #define EXLIB_ARDUINO "arduino"
  7. #define LUA_EXLIBS_ROM\
  8. _ROM(EXLIB_ARDUINO, luaopen_arduino, arduino_map )
  9. #endif