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
@KFK-mpg started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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:
and than:
and for a logical 0:
?
In my mind so i have to send '110':
sry for my nooby question/post, but i only want to understand.
best regards
daniel