Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonje authored Sep 14, 2020
1 parent 31bc694 commit f63e238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
## Getting Started
1. Use the Arduino Library Manager to install the `ESP8266WiFi`, `PubSubClient` library.
2. Download `ToIoTwithWIFI` and put it in the Arduino/libraries folder.
3. Fill in the contents of `config.h` file(ToIoTwithWIFI/examples/ToIoTwithWIFI/config.h) and put it in the sketch folder. You can set this application through this file.
4. Write the code like examples/ToIoTwithWIFI.
3. Fill in the contents of `config.h` and put it in the sketch folder. You can set this application through this file.
4. Write the main source code like [example](https://github.com/SSU-NC/toiot-sensor-node-driver/blob/dev/ToIoTwithWIFI/examples/ToIoTwithWIFI/ToIoTwithWIFI.ino).

```c++
#include "ToIoTwithWIFI.h"
Expand Down

0 comments on commit f63e238

Please sign in to comment.