Changes

Jump to navigation Jump to search
148 bytes added ,  12:10, 19 April 2008
Line 4: Line 4:     
How do i make the wii reboot and shutdown to yellow light mode ?
 
How do i make the wii reboot and shutdown to yellow light mode ?
 +
 +
Reboot [[[User:Cboomf|Cboomf]]]<br>
 +
<source lang="c">
 +
void shutdown(void) {
 +
    __STM_Init();
 +
    STM_RebootSystem();
 +
    __STM_Close();
 +
}
 +
</source>
    
How can i use the wiimote's rumble motor ?  
 
How can i use the wiimote's rumble motor ?  
Line 17: Line 26:  
I know some of these may take time to get a usefull answer or are not posible at the moment, but when they do become possible  
 
I know some of these may take time to get a usefull answer or are not posible at the moment, but when they do become possible  
 
it would be a massive help to have a response.
 
it would be a massive help to have a response.
  −
      
==Coding==
 
==Coding==
    
I am using the wii as a way to learn about C coding, the only other experience i have is in PHP, Pascal, HTML, VBScript, JavaScript or VB.NET ( yes i know, no comments please )
 
I am using the wii as a way to learn about C coding, the only other experience i have is in PHP, Pascal, HTML, VBScript, JavaScript or VB.NET ( yes i know, no comments please )
569

edits

Navigation menu