Skip to content

Commit ab8d178

Browse files
authored
Fix: rename all references from "bcmi-labs" to "arduino-libraries". (#27)
1 parent 499ad64 commit ab8d178

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
:floppy_disk: `Arduino_OPC_UA`
22
==============================
3-
[![Compile Examples](https://github.com/bcmi-labs/Arduino_OPC_UA/workflows/Compile%20Examples/badge.svg)](https://github.com/bcmi-labs/Arduino_OPC_UA/actions?workflow=Compile+Examples)
4-
[![Arduino Lint](https://github.com/bcmi-labs/Arduino_OPC_UA/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/bcmi-labs/Arduino_OPC_UA/actions/workflows/arduino-lint.yml)
5-
[![Sync Labels status](https://github.com/bcmi-labs/Arduino_OPC_UA/actions/workflows/sync-labels.yml/badge.svg)](https://github.com/bcmi-labs/Arduino_OPC_UA/actions/workflows/sync-labels.yml)
3+
[![Compile Examples](https://github.com/arduino-libraries/Arduino_OPC_UA/workflows/Compile%20Examples/badge.svg)](https://github.com/arduino-libraries/Arduino_OPC_UA/actions?workflow=Compile+Examples)
4+
[![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)
5+
[![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)
66

77
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.
88

@@ -31,7 +31,7 @@ $ cat /dev/ttyACM0
3131
[2024-06-21 02:30:19.000 (UTC+0000)] info/server New DiscoveryUrl added: opc.tcp://192.168.8.137:4840
3232
```
3333
* Connect to OPC UA server using IP/port as printed by the Arduino Opta
34-
![image](https://github.com/bcmi-labs/Arduino_OPC_UA/assets/3931733/ac153e79-6648-4808-9c4f-17aaf4305d89)
34+
![image](https://github.com/arduino-libraries/Arduino_OPC_UA/assets/3931733/ac153e79-6648-4808-9c4f-17aaf4305d89)
3535

3636
### How-to-`opcua-client-gui`
3737
```bash

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sentence=Arduino port of the open62541 providing OPC UA for Arduino Opta.
66
paragraph=This library is an Arduino port of open62541, an open source implementation of OPC UA (OPC Unified Architecture / IEC 62541) written in the C language.
77
category=Communication
88
architectures=mbed_opta
9-
url=https://github.com/bcmi-labs/Arduino_OPC_UA
9+
url=https://github.com/arduino-libraries/Arduino_OPC_UA
1010
ldflags=-lopen62541
1111
includes=Arduino_OPC_UA.h
1212
precompiled=true

0 commit comments

Comments
 (0)