Skip to content

Simple use ON- OFF style timer for Particle Photon and Electron

License

Notifications You must be signed in to change notification settings

jacky4566/ParticleCyclicalTimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParticleCyclicalTimer

Simple use ON- OFF style timer for Particle Photon and Electron

Disclaimer

Library still a work in progess, Feeback appreciated :)

Methods

//Create an instance of cycleTimer with the following times

cycleTimer(byte ONhour, byte ONmin, byte OFFhour, byte OFFmin);

//Returns boolean if this timer is active

isActive();

//Set on time for this timer

setOnTime (byte hour, byte min);

//Set off time for this timer

setOffTime (byte hour, byte min);

About

Simple use ON- OFF style timer for Particle Photon and Electron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages