Skip to content

Arduino library for switching with the new KaKu (Klik aan Klik uit) protocol

Notifications You must be signed in to change notification settings

MathijsNL/switchKaKu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

switchKaKu

Arduino library for switching with the new KaKu (Klik aan Klik uit) protocol

Usage: switchKaku(int pin, unsigned long id, int group, int dev, bool state, int repeat, int dimlevel)

  • pin = pin number
  • id = unique id of transmitter (between 1 and 67108863)
  • group = between 1 and 4,
  • device = between 1 and 4, -1 switches the entire group
  • state = true (on) or false (off)
  • repeat = transmit repeats
  • dimlevel = -1 (no dimmer), between 0 and 15 for the dimlevel

About

Arduino library for switching with the new KaKu (Klik aan Klik uit) protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.4%
  • C 20.6%