Skip to content

Interact with an MSP430 via serial connection to operate a LED.

Notifications You must be signed in to change notification settings

FunTimeCoding/light-control

Repository files navigation

Light Control

This is the Java GUI software of the Light Control project. It works in conjunction with the Microcontroller part light-control-uc (link).

Install dependencies using maven.

export JAVA_HOME=`/usr/libexec/java_home -v 1.8`
mvn clean install

Run the program.

java -jar target/light-control-1.0-SNAPSHOT.jar

About

Interact with an MSP430 via serial connection to operate a LED.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published