You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Java Swing project implements an MVC-based remote control interface with 21 buttons arranged in a 3x7 grid. Each button is represented by an enum with a custom label and an associated command, following the Command pattern to execute specific actions when pressed.
This application is designed to control a infra red light mounted on an Arduino board.
Overview
Related Projects
Arduino IRremote A library enabling the sending & receiving of infra-red signals.
About
This Java Swing project implements an MVC-based remote control interface with 21 buttons arranged in a 3x7 grid. Each button is represented by an enum with a custom label and an associated command, following the Command pattern to execute specific actions when pressed.