Wednesday, 17 August 2016

There is a project which is called eLUA i.e Lua for embedded systems.It is somewhat sort of which we ought to do with Lua. The only difference being eLua works on a specific board and we want to do something general i.e which is not for specific board but for all.

So I did a study for elua source code as to what changes they have made in Lua main source code.

There are some generic modules like
adc
bit
cpu
12c..

today I did a study on this.

No comments:

Post a Comment