Example #1
0
 private void InitialiseLight(LightLocationSet location)
 {
     var light = new Headbanger(LightConfiguration.getAddress(location));
 }
        public static byte getChannel(Headbanger headbanger, HeadBangerCommandSet command)
        {
            var channel = headbanger.address + command - 1;

            return((byte)channel);
        }