From 8032962bc461f9a9659bfc8ef47676ec486f336e Mon Sep 17 00:00:00 2001 From: zarpli <43631223+zarpli@users.noreply.github.com> Date: Fri, 13 May 2022 12:03:05 -0500 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd80aa6..babf542 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This 5.1 speaker system comes with a 1000 Watts Peak/500 Watts RMS power for a r

-The [Z906](datasheet/Z906_User_Manual.pdf) is who has six class D amplifiers included, but you cannot use them if you do not have the console connected. +The [Logitech Z906](datasheet/Z906_User_Manual.pdf) is who has six class D amplifiers included, but you cannot use them if you do not have the console connected.

@@ -39,9 +39,18 @@ Here is the DE-15 male as viewed from the front of the Main Board. Connect pin 15 to GND. -# Commands +# Basic Usage +```C++ +Z906 Logi(Serial1) +``` +Instantiate a Z906 object and attach to Serial1, you may create multiple Z906 objects. -The following commands are single byte: +```C++ +Logi.cmd(MUTE_ON) +``` +The cmd method have argument any single byte command, check this list. + +# Commands of single byte |function|cmd|description| |---|---|---|