Update README.md

This commit is contained in:
zarpli
2022-05-11 14:27:47 -05:00
committed by GitHub
parent 70f4622e13
commit 45dbf5b81d

View File

@@ -66,7 +66,24 @@ The following commands are single byte:
|GAIN_CENTER_DOWN|0x0D|Decrease Subwoofer Gain|
|GAIN_REAR_UP|0x0E|Increase Rear Gain|
|GAIN_DOWN_UP|0x0F|Decrease Rear Gain|
|||
|PWM_OFF|0x10|PWM Generator OFF|
|PWM_ON|0x11|PWM Generator ON|
|||
|SET_EFFECT_3D|0x14|Enable 3D Effect|
|SET_EFFECT_41|0x15|Enable 4.1 Effect|
|SET_EFFECT_21|0x16|Enable 2.1 Effect|
|SET_EFFECT_NO|0x35|Disable all Effects|
|||
|BLOCK_INPUTS|0x22|Disable signal input|
|GET_TEMP|0x25|Get Temprature sensors|
|GET_INPUT_GAIN|0x2F|Get gain of input signal|
|NO_BLOCK_INPUTS|0x33|Enable signal input|
|||
|RESET_IDLE_TIME|0x30|Reset Idle Timer|
|GET_IDLE_TIME|0x31|Get Idle Timer|
|GET_STATUS|0x34|Get General Status|
|EEPROM_SAVE|0x36|Save current settings to EEPROM|
|||
|MUTE_ON|0x38|Enable Mute|
|MUTE_OFF|0x39|Disbale Mute|