Skip to content

Commit fdb1803

Browse files
committed
Import 1.0.103
1 parent 2824ae4 commit fdb1803

File tree

9 files changed

+2
-3
lines changed

9 files changed

+2
-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.103
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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@
1010
#define ALPLC_H
1111

1212
#include <Arduino_MachineControl.h>
13-
#include <EthernetInterface.h> //Ethernet, sockets, etc
13+
#include <PortentaEthernet.h>
1414

1515
extern uint8_t m_PLCSharedVarsOutputBuf[];
1616
extern uint8_t m_PLCSharedVarsInputBuf[];
1717

18-
extern EthernetInterface m_netInterface;
1918

2019
class AlPlc
2120
{

src/cortex-m7/libAlCOPMPlugin.a

0 Bytes
Binary file not shown.

src/cortex-m7/libAlIOPlugin.a

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

src/cortex-m7/libAlPlc.a

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

0 commit comments

Comments
 (0)