Compare commits
1 Commits
master
...
modbus_cra
| Author | SHA1 | Date | |
|---|---|---|---|
| b05a45e859 |
3
main.c
3
main.c
@@ -59,6 +59,8 @@ int main()
|
|||||||
ioHelperDebounce();
|
ioHelperDebounce();
|
||||||
ioHelperEdgeDetector();
|
ioHelperEdgeDetector();
|
||||||
|
|
||||||
|
modbusGet();
|
||||||
|
|
||||||
if(millis() - timer_blink_outs > 500){
|
if(millis() - timer_blink_outs > 500){
|
||||||
outStates[0] ^= outStatesBlinking[0];
|
outStates[0] ^= outStatesBlinking[0];
|
||||||
outStates[1] ^= outStatesBlinking[1];
|
outStates[1] ^= outStatesBlinking[1];
|
||||||
@@ -69,7 +71,6 @@ int main()
|
|||||||
|
|
||||||
ioHelperSetOuts();
|
ioHelperSetOuts();
|
||||||
|
|
||||||
modbusGet();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user