RTSENSORS ========= IMPORTANT!!! Known supported Hardware: w83627hf w83627thf w83627hf w83687thf w83697hf More motherboards are supported directly if they allow access to PWM and PWM clock divisor registers. REQUIREMENTS ============ 1) GLIBC-DEVEL (pthread headers) 2) GTK 1.2 - DEVEL if you want to compile rtgui (graphical interface) COMPILATION =========== RTSENSORS is composed by different parts: 1 - rtsensorsd : Controller. 2 - rtcon : Plain Text GUI. 3 - rtgui : GTK 1.2 GUI 4 - .rtsensorsrc : Configuration file. HISTORY ======= This application is just a hack of some Real Time Code I wrote to demonstrate some control algorithms in my final dissertation about different approaches to fuzzy control. The code was intended to run in kernel space so I made some fast corrections to run it as an user space application. INSTALL ======= Check INSTALL file for installation instructions.