Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
64a21895
Commit
64a21895
authored
Nov 17, 2015
by
Nick Andrew
Browse files
README: Clean up the language
parent
7b656134
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
64a21895
...
@@ -11,22 +11,22 @@ File system based on [spiffs](https://github.com/pellepl/spiffs)<br />
...
@@ -11,22 +11,22 @@ File system based on [spiffs](https://github.com/pellepl/spiffs)<br />
Open source development kit for NodeMCU
[
nodemcu-devkit
](
https://github.com/nodemcu/nodemcu-devkit
)
<br
/>
Open source development kit for NodeMCU
[
nodemcu-devkit
](
https://github.com/nodemcu/nodemcu-devkit
)
<br
/>
Flash tool for NodeMCU
[
nodemcu-flasher
](
https://github.com/nodemcu/nodemcu-flasher
)
<br
/>
Flash tool for NodeMCU
[
nodemcu-flasher
](
https://github.com/nodemcu/nodemcu-flasher
)
<br
/>
wiki:
[
NodeMCU w
iki
]
(
https://github.com/nodemcu/nodemcu-firmware/wiki
)
<br
/>
Developer W
iki
:
(https://github.com/nodemcu/nodemcu-firmware/wiki)
<br
/>
api:
[
NodeMCU api
](
https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en
)
<br
/>
api:
[
NodeMCU api
](
https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en
)
<br
/>
home:
[
nodemcu.com
](
http://www.nodemcu.com
)
<br
/>
home:
[
nodemcu.com
](
http://www.nodemcu.com
)
<br
/>
bbs:
[
Chinese
bbs
](
http://bbs.nodemcu.com
)
<br
/>
bbs:
[
Chinese
BBS
](
http://bbs.nodemcu.com
)
<br
/>
docs:
[
NodeMCU docs
](
http://www.nodemcu.com/docs/
)
<br
/>
docs:
[
NodeMCU docs
](
http://www.nodemcu.com/docs/
)
<br
/>
Tencent QQ group: 309957875
<br
/>
Tencent QQ group: 309957875
<br
/>
# Summary
# Summary
-
Easy to access wireless router
-
Easy to access wireless router
-
Based on Lua 5.1.4 (without
*debug, os*
module.)
-
Based on Lua 5.1.4 (without
*debug, os*
module.)
-
Event-
D
rive programming preferred
.
-
Event-
d
rive
n
programming preferred
-
Buil
d
-in json, file, timer, pwm, i2c, spi, 1-wire, net, mqtt, coap, gpio, wifi, adc, uart and system api.
-
Buil
t
-in
modules:
json, file, timer, pwm, i2c, spi, 1-wire, net, mqtt, coap, gpio, wifi, adc, uart and system api.
-
GPIO pin re-mapped
,
use the index to access gpio, i2c, pwm.
-
GPIO pin
s
re-mapped
:
use the index to access gpio, i2c, pwm.
-
Both Integer(less memory usage) and Float version firmware provided.
-
Both Integer
(less memory usage) and Float version firmware provided.
# To Do List (pull requests are very welcome
d
)
# To Do List (pull requests are very welcome)
-
loadable c module
-
loadable c module
-
fix wifi smart connect
-
fix wifi smart connect
-
add spi module (done)
-
add spi module (done)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment