summaryrefslogtreecommitdiff
path: root/vubars.h
diff options
context:
space:
mode:
Diffstat (limited to 'vubars.h')
-rw-r--r--vubars.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/vubars.h b/vubars.h
new file mode 100644
index 0000000..8cca6b8
--- /dev/null
+++ b/vubars.h
@@ -0,0 +1,6 @@
1static unsigned long const VU_STEP = 10;
2static unsigned long const VU_PEAK = 400;
3
4int vubars_peak( int wii_id, int led, int is_on );
5void vubars_reduce();
6int vubars_getweather();