Skip to content

spipau/raspberry_LED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raspberry_LED

This is a sample application for the Raspberry Pi to teach Java with LEDs.

Execute in Terminal as follows:

  1. javac -cp "lib/*" -d gen in/sse/led/MainLED.java
  2. sudo java -cp "./gen:lib/*" in.sse.led.MainLED

Use Geany's build function "Build->Set Build Commands"

"Java Commands"
"Command" javac -cp "lib/*" -d gen in/sse/led/MainLED.java
"Working directory" YOUR_ROOT_PATH (e.g. /home/pi/Documents/Dev/raspberry_LED)

"Java Commands"
"Command" sudo java -cp "./gen:lib/*" in.sse.led.MainLED
"Working directory" YOUR_ROOT_PATH (e.g. /home/pi/Documents/Dev/raspberry_LED)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages