Skip to content

Instantly share code, notes, and snippets.

@photon-m
photon-m / m10xptgl.c
Last active August 29, 2015 14:02
Pioneer M-10X System Remote control program for RaspberryPi (Raspbian)
/***** Here is example of script to build this application:
#!/bin/bash
rm -f m10xpon
rm -f m10xpoff
gcc -o m10xptgl m10xptgl.c
ln -s m10xptgl m10xpon
ln -s m10xptgl m10xpoff
cp -f m10xptgl /usr/local/sbin/m10xptgl
cp -f m10xpoff /usr/local/sbin/m10xpoff
cp -f m10xpon /usr/local/sbin/m10xpon