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

updated description with the official name Arduino Portenta machine control #59

Merged
merged 3 commits into from
Jun 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Machine Control Library for Arduino
# Portenta Machine Control Library for Arduino

[![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)
[![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)
[![Spell Check status](https://github.com/arduino-libraries/Arduino_MachineControl/actions/workflows/spell-check.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_MachineControl/actions/workflows/spell-check.yml)

Arduino Library for the Machine Control
Arduino Library for the Portenta Machine Control

For more information about this library please visit us at https://www.arduino.cc/en/Reference/Arduino_MachineControl
The Portenta Machine Control enhances existing products with minimal effort, allowing companies to implement a standard platform across different equipment models. It is now easy to create an infrastructure of interconnected machines, which can be controlled onsite or via the cloud when needed; moreover, human-machine interaction can be further enahnced via mobile apps thanks to BLE connectivity.

For more information about this library please visit us at https://www.arduino.cc/en/Reference/Arduino_MachineControl
For more information about this product: https://www.arduino.cc/pro/hardware/product/portenta-machine-control

## License

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name=Arduino_MachineControl
version=1.0.0
author=Arduino
maintainer=Arduino <[email protected]>
sentence=Arduino Library for Arduino Machine Control
sentence=Arduino Library for Portenta Machine Control - PMC
paragraph=
category=Communication
url=https://github.com/arduino-libraries/Arduino_MachineControl
Expand Down