lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Jorge wrote:
Hi to everyone.

There's a tiny libusb binding available at
http://luaforge.net/projects/lualibusb/ .

I'll have a look at this today. I happened to
one of these a few weeks ago to interface the
LEGO WeDo to a Linux machine.

I ended up writing the bus and device enumerators
as iterators, which greatly simplifies the bus
scan code...

Ralph