Skip to content

Commit 9e1d559

Browse files
authored
Merge pull request #1 from arduino-libraries/test_v1.0.4
Changes for v1.0.4
2 parents 56d7b5d + 4e113ee commit 9e1d559

File tree

8 files changed

+4
-3
lines changed

8 files changed

+4
-3
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=AlPlc_Opta
2-
version=1.0.3
2+
version=1.0.4
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Arduino IDE PLC runtime library for Arduino Opta

src/AlPlc_Opta.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
#define ALPLC_OPTA_H
1111

1212
#include <ArduinoRS485.h>
13-
#include <EthernetInterface.h> //Ethernet, sockets, etc
13+
#include <PortentaEthernet.h>
14+
15+
extern "C" void sysMbMRtu_SetPostDelay(uint16_t delay);
1416

1517
extern uint8_t m_PLCSharedVarsOutputBuf[];
1618
extern uint8_t m_PLCSharedVarsInputBuf[];
1719

18-
extern EthernetInterface m_netInterface;
1920

2021
class AlPlc
2122
{

src/cortex-m7/libAlIOPlugin.a

0 Bytes
Binary file not shown.
510 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.

src/cortex-m7/libAlPlc.a

-13.1 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)