Posts by Ihidan • 121 points
2 posts
-
-1
votes2
answers116
viewsA: Leds and Arduino board
It seems impossible to control the 100 leds at the same time without external hardware. You can try something like: Connect one side (cathode or anode) of led on digital inputs. Turn on all other…
-
2
votes1
answer266
viewsQ: "Undefined Reference" in the constructor of a C++ function
I am creating a VS1838B name class that is composed by other instances. This is the class header: #ifndef INFRAREDRECEIVERVS1838B_H #define INFRAREDRECEIVERVS1838B_H #include "Arduino.h" #include…