gb.sound.setVolume
Description
void gb.sound.setVolume( uint8_t volume )
gb.sound.setVolume sets the current volume output. volume may be anything from 0 to 8.
If you are using this to have the user being able to set the output volume....don't. They can already do that via the home menu!
Parameters
- uint8_t volume: volume to set to, 0-8
Returns
none
Example
N/A