Skip to content

Commit b2c400a

Browse files
authored
Merge pull request #1 from arduino-libraries/test_v1.0.4
Changes for v1.0.4
2 parents 2824ae4 + c40d098 commit b2c400a

File tree

9 files changed

+4
-3
lines changed

9 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_PMC
2-
version=1.0.3
2+
version=1.0.4
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
55
sentence=Arduino IDE PLC runtime library for Arduino Portenta Machine Control

src/AlPlc_PMC.h

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

1212
#include <Arduino_MachineControl.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/libAlCOPMPlugin.a

0 Bytes
Binary file not shown.

src/cortex-m7/libAlIOPlugin.a

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

src/cortex-m7/libAlPlc.a

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

0 commit comments

Comments
 (0)