Proyecto publicado para compartir

Dependencies:   mbed

Fork of Modbus by Cam Marshall

Revision:
1:ca1df3dffd0f
Parent:
0:0453a0a7e500
--- a/main.cpp	Thu Apr 15 12:10:34 2010 +0000
+++ b/main.cpp	Thu Oct 15 18:04:00 2015 +0000
@@ -28,7 +28,7 @@
 /* ----------------------- Defines ------------------------------------------*/
 #define REG_INPUT_START 1000
 #define REG_INPUT_NREGS 4
-#define SLAVE_ID 0x0A
+#define SLAVE_ID 0x01
 
 /* ----------------------- Static variables ---------------------------------*/
 static USHORT   usRegInputStart = REG_INPUT_START;