Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 9ebdfd2

Browse files
add deprecated note to library.properties and README
1 parent ca7ff9b commit 9ebdfd2

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Portenta Machine Control Library for Arduino
1+
# [Deprecated] Portenta Machine Control Library for Arduino
2+
3+
> ⚠️ **Warning**: This library is deprecated and no longer actively maintained.
4+
5+
> We recommend transitioning to the [Arduino_PortentaMachineControl](https://github.com/arduino-libraries/Arduino_PortentaMachineControl) library for ongoing support, new features and contributions.
6+
7+
> Please note that the [examples](./examples/) provided with this library are not compatible with the new library.
28
39
[![Check Arduino status](https://github.com/arduino-libraries/Arduino_MachineControl/actions/workflows/check-arduino.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_MachineControl/actions/workflows/check-arduino.yml)
410
[![Compile Examples status](https://github.com/arduino-libraries/Arduino_MachineControl/actions/workflows/compile-examples.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_MachineControl/actions/workflows/compile-examples.yml)

library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=Arduino_MachineControl
22
version=1.1.1
33
author=Arduino
44
maintainer=Arduino <[email protected]>
5-
sentence=Arduino Library for Portenta Machine Control - PMC
6-
paragraph=
5+
sentence=DEPRECATED. Arduino Library for Portenta Machine Control - PMC
6+
paragraph=This library is no longer actively maintained and is deprecated. Consider migrating to <a href="https://github.com/arduino-libraries/Arduino_PortentaMachineControl">Arduino_PortentaMachineControl</a> library.
77
category=Communication
88
url=https://github.com/arduino-libraries/Arduino_MachineControl
99
architectures=mbed, mbed_portenta

0 commit comments

Comments
 (0)