I recently started my journey with Arduino and stumbled on a problem with mapping my IR remote transmitter buttons to easily use them in projects. With my basic C++ knowleadge I discovered a way to make header files that we can include to project and freely use custom named buttons - Then I made a simple program to make it easier for everybody. Hope it helps beginners to enjoy IR based Arduino Projects
IR Transmitter Auto-Mapping
A program to automatically create header file with mapped custom named IR buttons that we can easily call with Arduino IDE.
Read more
Comments
Please log in or sign up to comment.