You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/README.md
+22-19
Original file line number
Diff line number
Diff line change
@@ -67,25 +67,28 @@ void loop() {
67
67
68
68
## Examples
69
69
70
-
-**Analog_input_0_10V:** This example demonstrates how to read analog input signals in the 0-10V range.
71
-
-**Analog_input_4_20mA:** This example demonstrates how to read analog input signals in the 4-20mA range.
72
-
-**Analog_input_NTC:** This example shows reading analog input signals from NTC temperature probes.
73
-
-**Analog_Out:** This example shows how to control analog output signals.
74
-
-**ReadCan:** This example demonstrates how to read data using the CAN-BUS communication protocol.
75
-
-**WriteCan:** This example demonstrates how to send data using the CAN-BUS communication protocol.
76
-
-**Digital_output:** This example shows how to control digital output signals.
77
-
-**Digital_input:** This example shows how to read digital input signals.
78
-
-**GPIO_programmable:** This example demonstrates the usage of programmable digital I/O pins.
79
-
-**Encoders:** This example shows how to work with encoder readings.
80
-
-**Ethernet:** This example shows how to establish Ethernet communication and connects to a website.
81
-
-**RS232:** This example demonstrates serial communication using the RS232 protocol.
82
-
-**RS485_fullduplex:** This example demonstrates full-duplex serial communication using the RS485 protocol.
83
-
-**RS485_halfduplex:** This example demonstrates half-duplex serial communication using the RS485 protocol.
84
-
-**RTC:** This example shows how to interact with the Real-Time Clock functionality.
85
-
-**RTC_Alarm:** This example demonstrates how to set up and utilize RTC alarms.
86
-
-**Temp_probes_RTD:** This example demonstrates the temperature probe readings using RTD sensors.
87
-
-**Temp_probes_Thermocouples:** This example demonstrates the temperature probe readings using thermocouple sensors.
88
-
-**USB_host:** This example shows the USB host functionality.
70
+
## Examples
71
+
72
+
-**[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.
73
+
-**[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.
74
+
-**[Analog_input_NTC](../examples/Analog_input/Analog_input_NTC):** This example shows reading analog input signals from NTC temperature probes.
75
+
-**[Analog_Out](../examples/Analog_Out):** This example shows how to control analog output signals.
76
+
-**[ReadCan](../examples/CAN/ReadCan):** This example demonstrates how to read data using the CAN-BUS communication protocol.
77
+
-**[WriteCan](../examples/CAN/WriteCan):** This example demonstrates how to send data using the CAN-BUS communication protocol.
78
+
-**[Digital_output](../examples/Digital_output):** This example shows how to control digital output signals.
79
+
-**[Digital_input](../examples/Digital_programmable/Digital_input):** This example shows how to read digital input signals.
80
+
-**[GPIO_programmable](../examples/Digital_programmable/GPIO_programmable):** This example demonstrates the usage of programmable digital I/O pins.
81
+
-**[Encoders](../examples/Encoders):** This example shows how to work with encoder readings.
82
+
-**[Ethernet](../examples/Ethernet):** This example shows how to establish Ethernet communication and connects to a website.
83
+
-**[RS232](../examples/RS232):** This example demonstrates serial communication using the RS232 protocol.
84
+
-**[RS485_fullduplex](../examples/RS485_fullduplex):** This example demonstrates full-duplex serial communication using the RS485 protocol.
85
+
-**[RS485_halfduplex](../examples/RS485_halfduplex):** This example demonstrates half-duplex serial communication using the RS485 protocol.
86
+
-**[RTC](../examples/RTC):** This example shows how to interact with the Real-Time Clock functionality.
87
+
-**[RTC_Alarm](../examples/RTC_Alarm):** This example demonstrates how to set up and utilize RTC alarms.
88
+
-**[Temp_probes_RTD](../examples/Temp_probes_RTD):** This example demonstrates the temperature probe readings using RTD sensors.
89
+
-**[Temp_probes_Thermocouples](../examples/Temp_probes_Thermocouples):** This example demonstrates the temperature probe readings using thermocouple sensors.
90
+
-**[USB_host](../examples/USB_host):** This example shows the USB host functionality.
0 commit comments