Skip to content
/ commune Public

A silly Arduino application for remotely controlling a music player.

License

Notifications You must be signed in to change notification settings

veonik/commune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commune

Build Status

A silly app with two components: a music playing, LED-driving receiver, and a transmitter.

Installation

Clone the repository.

git clone --recursive https://github.com/veonik/commune

Building

commune uses platformio for managing builds.

Build the transmitter

PLATFORMIO_BUILD_FLAGS="-DTRANSMITTER" pio run -e uno

Build the receiver

PLATFORMIO_BUILD_FLAGS="-DRECEIVER" pio run -e uno

About

A silly Arduino application for remotely controlling a music player.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published