Skip to content

limchl12/blink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blink

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.

ds18b20

receive temperature data from ds18b20 temperature sensors and send data to thingspeak.com / ifttt.com / aws db server

About

Sogang University 2018 Spring Capstone Design Blink Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages