Current Lua downloadable firmware will be posted here

User avatar
By quantalume
#8091 Zeroday, thank you very much for all your hard work on this firmware and for making it open source. I'm excited about the SPI support. It looks like we have:

Code: Select allspi.setup( id, mode, cpol, cpha, databits, clock )
spi.send( id, data1, [data2], ..., [datan] )
read = spi.recv( id, size )


I'll do some testing later today.
User avatar
By GeoNomad
#8117
zeroday wrote:2015-01-24
2015-01-23
2015-01-18


Nice work zeroday, we follow your updates with great pleasure.

I notice that the wiki documentation at https://github.com/nodemcu/nodemcu-firm ... mcu_api_en is falling far behind now (2014-12-30).

Is there somewhere else to read the function definitions and parameters without scanning the source and update notices?

I worry that new users will be quite confused as the differences accumulate.

Peter
User avatar
By zeroday
#8129
GeoNomad wrote:
zeroday wrote:2015-01-24
2015-01-23
2015-01-18


Nice work zeroday, we follow your updates with great pleasure.

I notice that the wiki documentation at https://github.com/nodemcu/nodemcu-firm ... mcu_api_en is falling far behind now (2014-12-30).

Is there somewhere else to read the function definitions and parameters without scanning the source and update notices?

I worry that new users will be quite confused as the differences accumulate.

Peter


https://github.com/nodemcu/nodemcu-firmware/wiki
http://nodemcu.github.io/
English api doc updated.
please update wiki if any error spotted