diff options
Diffstat (limited to 'vubars.h')
-rw-r--r-- | vubars.h | 6 |
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 @@ | |||
1 | static unsigned long const VU_STEP = 10; | ||
2 | static unsigned long const VU_PEAK = 400; | ||
3 | |||
4 | int vubars_peak( int wii_id, int led, int is_on ); | ||
5 | void vubars_reduce(); | ||
6 | int vubars_getweather(); | ||