Library used to configure a AD9854 Libreria usada para comunicarse con el AD9854

Dependents:   JRO_DDSv2 JRO_DDSv2_rev2019

Files at this revision

API Documentation at this revision

Comitter:
miguelcordero191
Date:
Thu Sep 05 00:51:11 2019 +0000
Parent:
6:dd61acd77e2c
Commit message:
up2

Changed in this revision

EthUtils.h Show annotated file Show diff for this revision Revisions of this file
diff -r dd61acd77e2c -r 45e91ce14a28 EthUtils.h
--- a/EthUtils.h	Wed Sep 04 22:25:24 2019 +0000
+++ b/EthUtils.h	Thu Sep 05 00:51:11 2019 +0000
@@ -5,9 +5,9 @@
 
 #define MAX_IP_LEN  16
 
-#define IP_INI          "10.10.20.254";               // IP
+#define IP_INI          "10.10.10.103";               // IP
 #define MASK_INI        "255.255.255.0";           // MASK
-#define GATEWAY_INI     "0.0.0.0";                  // GATEWAY
+#define GATEWAY_INI     "10.10.10.1";                  // GATEWAY
 
 //INTERNAL FLASH
 #define FLASH_FULL  0xAA