Could someone at least explain this to me : > # *On *means: hightime = 1; lowtime = 1; modulation = 1 > my $ircode = &IRBlastPulse( 1, 1, 1);
^ Which keeps the headphone pin HIGH > # *Off *means: hightime = 1; lowtime = 0; modulation = 1 > my $ircode = &IRBlastPulse( 1, 0, 1); ^ Which keeps the headphone pin LOW But i don't understand how? What kind of value is the "modulation" ? Can it be something other than 0 / 1 ? Thanks, R -- Rehaan ------------------------------------------------------------------------ Rehaan's Profile: http://forums.slimdevices.com/member.php?userid=48067 View this thread: http://forums.slimdevices.com/showthread.php?t=88696 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
