mirror of
https://github.com/sascha-hemi/Logitech-Z906.git
synced 2026-03-21 03:03:47 +01:00
Update README.md
This commit is contained in:
15
README.md
15
README.md
@@ -65,6 +65,17 @@ Examples :
|
||||
LOGI.cmd(MUTE_ON) // Enable Mute
|
||||
LOGI.cmd(MAIN_LEVEL, 15) // Set Main Level to 15
|
||||
```
|
||||
# Request data
|
||||
|
||||
```C++
|
||||
LOGI.request(MAIN_LEVEL) // return current Main Level
|
||||
LOGI.request(READ_LEVEL) // return current Read Level
|
||||
LOGI.request(CENTER_LEVEL) // return current Center Level
|
||||
LOGI.request(SUB_LEVEL) // return current Subwoofer Level
|
||||
|
||||
LOGI.request(STATUS_STBY) // return stand-by status
|
||||
```
|
||||
|
||||
# Single argument command
|
||||
|argument|description|
|
||||
|---|---|
|
||||
@@ -110,6 +121,10 @@ LOGI.cmd(MAIN_LEVEL, 15) // Set Main Level to 15
|
||||
|CENTER_LEVEL|0-255|Set Center Level to argument b value|
|
||||
|SUB_LEVEL|0-255|Set Sub Level to argument b value|
|
||||
|
||||
# EEPROM
|
||||
|
||||
Use the **EEPROM_SAVE** function with caution. Each EEPROM has a limited number of write cycles (~100,000) per address. If you write excessively to the EEPROM, you will reduce the lifespan.
|
||||
|
||||
# Get Temperature
|
||||
|
||||
return the value of main temperature sensor.
|
||||
|
||||
Reference in New Issue
Block a user