Skip to content

Commit

Permalink
Update lwIOLink_Demo.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
unref-ptr authored Apr 12, 2022
1 parent 6c31bab commit 189ed8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/lwIOLink_Demo/lwIOLink_Demo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ static unsigned constexpr min_cycle_time = 50000; //Cycle time in microseconds f
uint8_t PDOut[PDOutSize] = {0, 0}; //Buffer that recieves data from the Master
uint8_t PDIn[PDInSize] = {0, 1}; //Buffer which will be sent to the Master

//Hardware configuration for the device
constexpr Device::HWConfig HWCfg =
{
.SerialPort = Serial2,
Expand Down

0 comments on commit 189ed8f

Please sign in to comment.