New Samples Update. Modbus Coil Read Write Fix.

This commit is contained in:
parallelbgls
2016-11-01 14:25:21 +08:00
parent e7e0a7795d
commit 47b7ae324c
591 changed files with 95743 additions and 21528 deletions

View File

@@ -0,0 +1,39 @@
.mar-right {
margin-right: 20px;
}
.light {
border-radius: 50%;
width: 50px;
height: 50px;
display: inline-block;
background-color: #95a5a6;
}
.red {
background-color: #f05f2a;
}
.yellow {
background-color: #DDFF00;
}
.green {
background-color: #01a252;
}
.borderddy {
border: 6px solid #95a5a6;
}
.top {
margin-top: 20px;
}
.box {
text-align: center;
line-height: 50%;
padding: 10px 0 10px 0;
border-radius: 40px;
background-color: #525e64;
}