X2D lib first commit

Revision:
11:ce2134a6c16e
Parent:
10:65fd918fc224
Child:
12:ce8ae07fd23b
--- a/X2D.cpp	Sun Nov 17 18:08:35 2019 +0000
+++ b/X2D.cpp	Sun Nov 17 22:40:22 2019 +0000
@@ -217,7 +217,7 @@
     pc.printf("\r\n");
 }
 
-void SendCmd(int prog, int zone)
+void SendCmd(int zone, int prog)
 {
 char tab[8]={0xF1,0xE6,0x01,0x10,0x01,0x00,0x03,0x64};    // Zone1 Sun
 char maison[2]={0xF1,0xE6};