-
```
Hello,
I want to print information on the Tv since I receive information from a Ir
Remote so i use this code :
#include
#include
#include
#include
TVout TV;
int RECV_PIN = 13;
IRrecv irrec…
-
```
Доброго времени суток, выражаю Вам высокую
благодарность за исключительное в своей
сфере приложение и прошу оказать
содействие в устранении следующего
затруднения:после одного из последних
об…
-
```
Arduino's event source is good to start project but may be good idea to have
some choice?
for instance I wrote this one, its work well but may be it is possible to use
your library's pin-key ma…
-
```
What steps will reproduce the problem?
1. use IRremote
library(http://www.arcfn.com/2009/08/multi-protocol-infrared-remote-library.html
) - see attached files in this issue report
2. use below s…
-
Hi Ralph,
Deze foutmeldingen krijg ik:
Arduino: 1.6.5 (Mac OS X), Board:"Arduino Micro"
In file included from /Users/arjan/Documents/Arduino/libraries/Time/DateStrings.cpp:10:0:
/Users/arjan/Docume…
-
```
Доброго времени суток, выражаю Вам высокую
благодарность за исключительное в своей
сфере приложение и прошу оказать
содействие в устранении следующего
затруднения:после одного из последних
об…
-
```
-- NB: poorman 38kHz PWM with 1/3 duty. Touch with care! )
local carrier = function(pin, c)
c = c / NEC_PULSE_US
while c > 0 do
write(pin, 1)
write(pin, 0)
-- c = c + …
-
```
Доброго времени суток, выражаю Вам высокую
благодарность за исключительное в своей
сфере приложение и прошу оказать
содействие в устранении следующего
затруднения:после одного из последних
об…
-
```
Доброго времени суток, выражаю Вам высокую
благодарность за исключительное в своей
сфере приложение и прошу оказать
содействие в устранении следующего
затруднения:после одного из последних
об…
-
Looks like more merge noise in color.h, line 9:
```
>>>>>>> c0c8f765f1b01655116cc0c95979203ba05c80ef
```
With that fixed, I get the following error. Can't tell if it's a FastLED or Teensyduino 1.21…