mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-24 02:10:55 +00:00
Improved ReadME
This commit is contained in:
parent
0450f4621d
commit
4064e11666
@ -61,33 +61,42 @@ EasyUI is not Internet Dependent and will Continue working without any Internet
|
||||
<br>
|
||||
**To Set an Title for your Webpage:**
|
||||
This Line of Code will Add your Custom Title to the Webpage Displayed by ESP8266. By Default is "EasyUI".
|
||||
|
||||
```
|
||||
EasyUI.title("");
|
||||
```
|
||||
<br>
|
||||
**To Make Label on Webpage:**
|
||||
This will add an Label on your Web Interface.
|
||||
|
||||
```
|
||||
EasyUI.label("Title", "Value");
|
||||
```
|
||||
|
||||
<br>
|
||||
**To Make Toggle Button on Webpage:**
|
||||
This will add an toggle Button on your Webpage. For Extra Functionality* See Below
|
||||
|
||||
```
|
||||
EasyUI.toggleButton(pin,"Title");
|
||||
```
|
||||
|
||||
<br>
|
||||
**Start the Library:**
|
||||
Once you have Specified Any of the above Elements, Use this Below them to Start Inializing the Library.
|
||||
|
||||
```
|
||||
EasyUI.begin();
|
||||
```
|
||||
|
||||
<br>
|
||||
**Loop Function:**
|
||||
Don't Forget to Add this in your void loop()
|
||||
|
||||
```
|
||||
EasyUI.loop();
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
## Extra Functionality
|
||||
|
Loading…
Reference in New Issue
Block a user