INTERFACE AND APPLICATION PROGRAMMING
This week's assignment: "write an application that interfaces with an input &/or output device".
MAKING AN APPLICATION FOR THE TXRX BOARD
Useful terminal shortcuts:
ALT + F2 [conjures Gnome Terminal in Ubuntu]
sudo osascript -e "set Volume 0" [mutes iTunes and the computer's volume]
sudo osascript -e "pause" [pauses the current song]
I tried to modify the original TxRx board's code to change the volume and/or current track based on the
sensor crossing over a certain threshold.
WIP