Skip to content

Commit 2b68726

Browse files
committed
Rename firmware for OPC UA server capabilities to "opta_opcua_server" to make it very clear that this specific example is for Arduino Opta (in case we want to support different boards in the future.
1 parent 07d76f3 commit 2b68726

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This library provides an implementation of [OPC UA](https://en.wikipedia.org/wik
99
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.
1010

1111
### How-to-OPC UA
12-
* Compile and upload [`examples/opcua_server`](examples/opcua_server/opcua_server.ino)
12+
* Compile and upload [`examples/opcua_server`](examples/opta_opcua_server/opta_opcua_server.ino)
1313
```bash
1414
arduino-cli compile --fqbn arduino:mbed_opta:opta -v examples/opcua_server -u -p /dev/ttyACM0
1515
```

examples/opcua_server/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
:floppy_disk: `opta_opcua_server.ino`
2+
=====================================
3+
4+
### How-to-build Modbus MD02 demo
5+
```bash
6+
arduino-cli compile --fqbn arduino:mbed_opta:opta \
7+
examples/opta_opcua_server -v \
8+
--build-property compiler.cpp.extra_flags="-DUSE_MODBUS_SENSOR_MD02=1"
9+
```
File renamed without changes.

0 commit comments

Comments
 (0)