Sogang University 2018 Spring Capstone Design Blink Project
- Constructor
Blink(int Pin)
Input pin number and use it as pinMode OUTPUT.
- Methods
void on(unsigned int milliseconds)
Turned on the LED and waits for input milliseconds.
void off(unsigned int milliseconds)
Turned off the LED and waits for input milliseconds.
receive temperature data from ds18b20 temperature sensors and send data to thingspeak.com / ifttt.com / aws db server