DMX interface (DMX in/out, Art-Net in/out, DMX patch) http://mbed.org/users/okini3939/notebook/dmx-platform/

Dependencies:   ChaNFSSD EthernetNetIf mbed ConfigFile ChaNFS DmxArtNet

dmx_patch.h

Committer:
okini3939
Date:
2012-03-01
Revision:
0:41b699bbda83

File content as of revision 0:41b699bbda83:

/*
 * DMX Station - mbed DMX Platform
 * Copyright (c) 2012 Hiroshi Suga
 * Released under the MIT License: http://mbed.org/license/mit
 */

#define DEST_NUM 5
#define SRC_NUM 5
/*
#define DMX0 1
#define DMX1 2
#define ARTNET0 3
#define ARTNET1 4
#define RF 5
#define CV2DMX 5
*/
struct TPatch {
    short port;
    short addr;
};


int load_patch ();
void patch ();