Seraphim Wireless DMX512 Module Reference Design
Seraphim Wireless DMX512 Module Reference Design...
Seraphim Wireless DMX512 Module Reference Design...
* This a software code module for a time-of-day clock object. * The clock may be fixed 12-hour, fixed 24-hour, or dynamically * configurable betwe...
* CONSTRAINTS * This module does not handle data which is considered out of range by the * application(i.e. fixed constants which represent error ...
* DEFINITION * This is the header file for a library module used to calculate the median * of a list of values. It finds the value that would be i...
本程序是一个module, 使用这个程序需要先把它编译出来(这里是把main.c编译成main.o)。编译命令如下: gcc -O -c -Wall main.c 使用的时候须用insmod main.o命令加载,不用时用rmmod main.o命令卸载就可以了。此程序还需要Linux2...