• Main Page
  • Data Structures
  • Files
  • File List
  • Globals

include/light.h

Go to the documentation of this file.
00001 
00022 #ifndef __LIGHT_H__
00023 #define __LIGHT_H__
00024 
00028 void WIILIGHT_Init();
00029 
00035 int WIILIGHT_GetLevel();
00036 
00042 int WIILIGHT_SetLevel(int i);
00043 
00047 void WIILIGHT_TurnOn();
00048 
00052 void WIILIGHT_TurnOff();
00053 
00058  void WIILIGHT_Toggle();
00059 
00063 void WIILIGHT_close();
00064 
00065 #endif

Generated by  doxygen 1.7.1