Skip to content

Commit fe62475

Browse files
doc: update README
1 parent 228205c commit fe62475

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
# Portenta Machine Control Library for Arduino
1+
# 🏭 Library for Portenta Machine Control
22

3-
[![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)
4-
[![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)
5-
[![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)
3+
The Arduino Portenta Machine Control is a versatile industrial unit for driving machinery. It offers soft-PLC control, diverse I/O options, and flexible network connectivity.
64

7-
Arduino Library for the Portenta Machine Control
5+
The Machine Control library enables efficient management of the features of the Portenta Machine Control board.
86

9-
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.
7+
📦 For more information about this product:
8+
https://www.arduino.cc/pro/hardware/product/portenta-machine-control
109

11-
For more information about this library please visit us at https://www.arduino.cc/reference/en/libraries/arduino_machinecontrol/
12-
For more information about this product: https://www.arduino.cc/pro/hardware/product/portenta-machine-control
10+
📖 For more information about this library please read the documentation [here](./docs/).
1311

1412
## License
1513

14+
```
1615
Copyright (c) 2021 Arduino SA. All rights reserved.
1716
1817
This library is free software; you can redistribute it and/or
@@ -28,3 +27,4 @@ Lesser General Public License for more details.
2827
You should have received a copy of the GNU Lesser General Public
2928
License along with this library; if not, write to the Free Software
3029
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
30+
```

docs/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Portenta Machine Control Library
2+
3+
[![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)
4+
[![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)
5+
[![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)
6+
7+
[![License](https://img.shields.io/badge/License-LGPLv3-blue.svg)](https://github.com/arduino-libraries/Arduino_MachineControl/blob/master/LICENSE.txt)
8+
9+
📚 For more information about this library please visit us at:
10+
https://www.arduino.cc/reference/en/libraries/arduino_machinecontrol

0 commit comments

Comments
 (0)