From 8d957f068792b4ee55f807930c975699c29922a2 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Tue, 16 Sep 2008 15:40:46 +0000 Subject: Kickoff --- vubars.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vubars.h (limited to 'vubars.h') diff --git a/vubars.h b/vubars.h new file mode 100644 index 0000000..8cca6b8 --- /dev/null +++ b/vubars.h @@ -0,0 +1,6 @@ +static unsigned long const VU_STEP = 10; +static unsigned long const VU_PEAK = 400; + +int vubars_peak( int wii_id, int led, int is_on ); +void vubars_reduce(); +int vubars_getweather(); -- cgit v1.2.3