From f30f0b80ec431a09f3226a666ff945adfe3f82d3 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Wed, 9 Oct 2024 13:14:47 +0200 Subject: [PATCH] Remove PLC wording from README in order to avoid confusion with PLC runtime. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0804734..b82c506 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Arduino Lint](https://github.com/arduino-libraries/Arduino_OPC_UA/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_OPC_UA/actions/workflows/arduino-lint.yml) [![Sync Labels status](https://github.com/arduino-libraries/Arduino_OPC_UA/actions/workflows/sync-labels.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_OPC_UA/actions/workflows/sync-labels.yml) -This library provides an implementation of [OPC UA](https://en.wikipedia.org/wiki/OPC_Unified_Architecture) by porting the Fraunhofer [`open62541`](https://github.com/open62541/open62541) for the Arduino [Opta](https://www.arduino.cc/pro/hardware-arduino-opta/) `microPLC` family. +This library provides an implementation of [OPC UA](https://en.wikipedia.org/wiki/OPC_Unified_Architecture) by porting the Fraunhofer [`open62541`](https://github.com/open62541/open62541) for the Arduino [Opta](https://www.arduino.cc/pro/hardware-arduino-opta/) family. Furthermore, the library supports automatic detection, configuration and exposure of up to two Arduino Opta Expansion Boards (i.e. Digital Expansion w/ mechanical relays [`D1608E`](https://store.arduino.cc/products/opta-ext-d1608e), Digital Expansion w/ solid-state relays [`D1608S`](https://store.arduino.cc/products/opta-ext-d1608e), Analog Expansion [`A0602`](https://store.arduino.cc/products/opta-ext-a0602)) via OPC UA.