send two parameters sensor reading (temperature & light intensity) to favoriot platform using maker uno by cytron. /* In this code, you need to change FOUR things:
-
- Your wifi SSID
-
- Your wifi password
-
- Your API key (can be obtained from the account setting in favoriot platform)
-
- Your device developer ID (in void dataStream() )
- Once done, you may compile and upload this code and check the data stream in your favoriot platform.
- This tutorial is about sending two parameters which are temperature & light intensity.
- Goodluck! */