You are reading a single comment by @KFK-mpg and its replies. Click here to read the full conversation.
  • Hey,
    thanks for your reply. For correct understanding:

    If i use Gordon`s IRReciever (what i want), and sending a logical 1, i have to use at first:

    analogWrite(A5,0.9,{freq:38000});
    

    and than:

    digitalPulse(A6, 1, 1);
    

    and for a logical 0:

    digitalPulse(A6, 1, 0.8); //or less
    

    ?

    In my mind so i have to send '110':

    digitalPulse(A6, 1, [1,1, 0.8]);
    

    sry for my nooby question/post, but i only want to understand.

    best regards
    daniel

About

Avatar for KFK-mpg @KFK-mpg started