Skip to content

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.

License

Notifications You must be signed in to change notification settings

ssenegas/remotecontrol

Repository files navigation

remotecontrol

This application is designed to control a infra red light mounted on an Arduino board.

Overview

image

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published