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

Commit 83e97e3

Browse files
doc: update docs/README.md
1 parent c8761a6 commit 83e97e3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ https://www.arduino.cc/reference/en/libraries/arduino_machinecontrol
2828
- Provides control for other I/O:
2929
- 12 programmable digital I/O at 24V
3030

31-
- Supports various Communication Protocols:
31+
- Supports various communication protocols:
3232
- CAN-BUS
3333
- Serial protocols (RS232/RS422/RS485)
3434

35-
- Supports versatile connectivity options:
35+
- Supports connectivity options:
3636
- Ethernet
3737
- USB
3838
- Bluetooth Low Energy
@@ -67,8 +67,6 @@ void loop() {
6767

6868
## Examples
6969

70-
## Examples
71-
7270
- **[Analog_input_0_10V](../examples/Analog_input/Analog_input_0_10V):** This example demonstrates how to read analog input signals in the 0-10V range.
7371
- **[Analog_input_4_20mA](../examples/Analog_input/Analog_input_4_20mA):** This example demonstrates how to read analog input signals in the 4-20mA range.
7472
- **[Analog_input_NTC](../examples/Analog_input/Analog_input_NTC):** This example shows reading analog input signals from NTC temperature probes.
@@ -89,7 +87,6 @@ void loop() {
8987
- **[Temp_probes_Thermocouples](../examples/Temp_probes_Thermocouples):** This example demonstrates the temperature probe readings using thermocouple sensors.
9088
- **[USB_host](../examples/USB_host):** This example shows the USB host functionality.
9189

92-
9390
## API
9491

9592
The API documentation can be found [here](./api.md).

0 commit comments

Comments
 (0)