This repository was archived by the owner on Feb 28, 2024. It is now read-only.
File tree 19 files changed +228
-0
lines changed
Temp_probes_Thermocouples
19 files changed +228
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * IMPORTANT NOTE:
3
+ *
4
+ * This example is associated with the deprecated Arduino_MachineControl library.
5
+ * We have introduced a new and improved library called Arduino_PortentaMachineControl, which offers enhanced features
6
+ * and ongoing support.
7
+ * We encourage you to update your projects to use the new library.
8
+ *
9
+ * The functions and syntax in this example are not compatible with Arduino_PortentaMachineControl.
10
+ * Please refer to the migration guide for necessary adjustments.
11
+ */
12
+
1
13
/*
2
14
Machine Control - Analog out Example
3
15
Original file line number Diff line number Diff line change
1
+ /*
2
+ * IMPORTANT NOTE:
3
+ *
4
+ * This example is associated with the deprecated Arduino_MachineControl library.
5
+ * We have introduced a new and improved library called Arduino_PortentaMachineControl, which offers enhanced features
6
+ * and ongoing support.
7
+ * We encourage you to update your projects to use the new library.
8
+ *
9
+ * The functions and syntax in this example are not compatible with Arduino_PortentaMachineControl.
10
+ * Please refer to the migration guide for necessary adjustments.
11
+ */
12
+
1
13
/*
2
14
Machine Control - Analog in 0 - 10 V Example
3
15
Original file line number Diff line number Diff line change
1
+ /*
2
+ * IMPORTANT NOTE:
3
+ *
4
+ * This example is associated with the deprecated Arduino_MachineControl library.
5
+ * We have introduced a new and improved library called Arduino_PortentaMachineControl, which offers enhanced features
6
+ * and ongoing support.
7
+ * We encourage you to update your projects to use the new library.
8
+ *
9
+ * The functions and syntax in this example are not compatible with Arduino_PortentaMachineControl.
10
+ * Please refer to the migration guide for necessary adjustments.
11
+ */
12
+
1
13
/*
2
14
Machine Control - Analog in 4 - 20 mA Example
3
15
Original file line number Diff line number Diff line change
1
+ /*
2
+ * IMPORTANT NOTE:
3
+ *
4
+ * This example is associated with the deprecated Arduino_MachineControl library.
5
+ * We have introduced a new and improved library called Arduino_PortentaMachineControl, which offers enhanced features
6
+ * and ongoing support.
7
+ * We encourage you to update your projects to use the new library.
8
+ *
9
+ * The functions and syntax in this example are not compatible with Arduino_PortentaMachineControl.
10
+ * Please refer to the migration guide for necessary adjustments.
11
+ */
12
+
1
13
/*
2
14
Machine Control - Analog in NTC Example
3
15
Original file line number Diff line number Diff line change
1
+ /*
2
+ * IMPORTANT NOTE:
3
+ *
4
+ * This example is associated with the deprecated Arduino_MachineControl library.
5
+ * We have introduced a new and improved library called Arduino_PortentaMachineControl, which offers enhanced features
6
+ * and ongoing support.
7
+ * We encourage you to update your projects to use the new library.
8
+ *
9
+ * The functions and syntax in this example are not compatible with Arduino_PortentaMachineControl.
10
+ * Please refer to the migration guide for necessary adjustments.
11
+ */
12
+
1
13
/*
2
14
CAN Read Example
3
15
Original file line number Diff line number Diff line change
1
+ /*
2
+ * IMPORTANT NOTE:
3
+ *
4
+ * This example is associated with the deprecated Arduino_MachineControl library.
5
+ * We have introduced a new and improved library called Arduino_PortentaMachineControl, which offers enhanced features
6
+ * and ongoing support.
7
+ * We encourage you to update your projects to use the new library.
8
+ *
9
+ * The functions and syntax in this example are not compatible with Arduino_PortentaMachineControl.
10
+ * Please refer to the migration guide for necessary adjustments.
11
+ */
12
+
1
13
/*
2
14
CAN Write Example
3
15
Original file line number Diff line number Diff line change
1
+ /*
2
+ * IMPORTANT NOTE:
3
+ *
4
+ * This example is associated with the deprecated Arduino_MachineControl library.
5
+ * We have introduced a new and improved library called Arduino_PortentaMachineControl, which offers enhanced features
6
+ * and ongoing support.
7
+ * We encourage you to update your projects to use the new library.
8
+ *
9
+ * The functions and syntax in this example are not compatible with Arduino_PortentaMachineControl.
10
+ * Please refer to the migration guide for necessary adjustments.
11
+ */
12
+
1
13
/*
2
14
Machine Control - Digital Output Example
3
15
Original file line number Diff line number Diff line change
1
+ /*
2
+ * IMPORTANT NOTE:
3
+ *
4
+ * This example is associated with the deprecated Arduino_MachineControl library.
5
+ * We have introduced a new and improved library called Arduino_PortentaMachineControl, which offers enhanced features
6
+ * and ongoing support.
7
+ * We encourage you to update your projects to use the new library.
8
+ *
9
+ * The functions and syntax in this example are not compatible with Arduino_PortentaMachineControl.
10
+ * Please refer to the migration guide for necessary adjustments.
11
+ */
12
+
1
13
/*
2
14
Machine Control - IOExpander Read And Write Example
3
15
Original file line number Diff line number Diff line change
1
+ /*
2
+ * IMPORTANT NOTE:
3
+ *
4
+ * This example is associated with the deprecated Arduino_MachineControl library.
5
+ * We have introduced a new and improved library called Arduino_PortentaMachineControl, which offers enhanced features
6
+ * and ongoing support.
7
+ * We encourage you to update your projects to use the new library.
8
+ *
9
+ * The functions and syntax in this example are not compatible with Arduino_PortentaMachineControl.
10
+ * Please refer to the migration guide for necessary adjustments.
11
+ */
12
+
1
13
/*
2
14
Machine Control - Digital Input Example
3
15
Original file line number Diff line number Diff line change
1
+ /*
2
+ * IMPORTANT NOTE:
3
+ *
4
+ * This example is associated with the deprecated Arduino_MachineControl library.
5
+ * We have introduced a new and improved library called Arduino_PortentaMachineControl, which offers enhanced features
6
+ * and ongoing support.
7
+ * We encourage you to update your projects to use the new library.
8
+ *
9
+ * The functions and syntax in this example are not compatible with Arduino_PortentaMachineControl.
10
+ * Please refer to the migration guide for necessary adjustments.
11
+ */
12
+
1
13
/*
2
14
Machine Control - IOExpander Read And Write Example
3
15
Original file line number Diff line number Diff line change
1
+ /*
2
+ * IMPORTANT NOTE:
3
+ *
4
+ * This example is associated with the deprecated Arduino_MachineControl library.
5
+ * We have introduced a new and improved library called Arduino_PortentaMachineControl, which offers enhanced features
6
+ * and ongoing support.
7
+ * We encourage you to update your projects to use the new library.
8
+ *
9
+ * The functions and syntax in this example are not compatible with Arduino_PortentaMachineControl.
10
+ * Please refer to the migration guide for necessary adjustments.
11
+ */
12
+
1
13
#include < Arduino_MachineControl.h>
2
14
3
15
using namespace machinecontrol ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * IMPORTANT NOTE:
3
+ *
4
+ * This example is associated with the deprecated Arduino_MachineControl library.
5
+ * We have introduced a new and improved library called Arduino_PortentaMachineControl, which offers enhanced features
6
+ * and ongoing support.
7
+ * We encourage you to update your projects to use the new library.
8
+ *
9
+ * The functions and syntax in this example are not compatible with Arduino_PortentaMachineControl.
10
+ * Please refer to the migration guide for necessary adjustments.
11
+ */
12
+
1
13
/*
2
14
RS232 communication
3
15
Original file line number Diff line number Diff line change
1
+ /*
2
+ * IMPORTANT NOTE:
3
+ *
4
+ * This example is associated with the deprecated Arduino_MachineControl library.
5
+ * We have introduced a new and improved library called Arduino_PortentaMachineControl, which offers enhanced features
6
+ * and ongoing support.
7
+ * We encourage you to update your projects to use the new library.
8
+ *
9
+ * The functions and syntax in this example are not compatible with Arduino_PortentaMachineControl.
10
+ * Please refer to the migration guide for necessary adjustments.
11
+ */
12
+
1
13
/*
2
14
RS485 Full duplex communication
3
15
Original file line number Diff line number Diff line change
1
+ /*
2
+ * IMPORTANT NOTE:
3
+ *
4
+ * This example is associated with the deprecated Arduino_MachineControl library.
5
+ * We have introduced a new and improved library called Arduino_PortentaMachineControl, which offers enhanced features
6
+ * and ongoing support.
7
+ * We encourage you to update your projects to use the new library.
8
+ *
9
+ * The functions and syntax in this example are not compatible with Arduino_PortentaMachineControl.
10
+ * Please refer to the migration guide for necessary adjustments.
11
+ */
12
+
1
13
/*
2
14
RS485 Half Duplex communication
3
15
Original file line number Diff line number Diff line change
1
+ /*
2
+ * IMPORTANT NOTE:
3
+ *
4
+ * This example is associated with the deprecated Arduino_MachineControl library.
5
+ * We have introduced a new and improved library called Arduino_PortentaMachineControl, which offers enhanced features
6
+ * and ongoing support.
7
+ * We encourage you to update your projects to use the new library.
8
+ *
9
+ * The functions and syntax in this example are not compatible with Arduino_PortentaMachineControl.
10
+ * Please refer to the migration guide for necessary adjustments.
11
+ */
12
+
1
13
/*
2
14
Machine Control - RTC Example
3
15
Original file line number Diff line number Diff line change
1
+ /*
2
+ * IMPORTANT NOTE:
3
+ *
4
+ * This example is associated with the deprecated Arduino_MachineControl library.
5
+ * We have introduced a new and improved library called Arduino_PortentaMachineControl, which offers enhanced features
6
+ * and ongoing support.
7
+ * We encourage you to update your projects to use the new library.
8
+ *
9
+ * The functions and syntax in this example are not compatible with Arduino_PortentaMachineControl.
10
+ * Please refer to the migration guide for necessary adjustments.
11
+ */
12
+
1
13
/*
2
14
Machine Control - RTC Alarm Example
3
15
Original file line number Diff line number Diff line change
1
+ /*
2
+ * IMPORTANT NOTE:
3
+ *
4
+ * This example is associated with the deprecated Arduino_MachineControl library.
5
+ * We have introduced a new and improved library called Arduino_PortentaMachineControl, which offers enhanced features
6
+ * and ongoing support.
7
+ * We encourage you to update your projects to use the new library.
8
+ *
9
+ * The functions and syntax in this example are not compatible with Arduino_PortentaMachineControl.
10
+ * Please refer to the migration guide for necessary adjustments.
11
+ */
12
+
1
13
/*
2
14
Machine Control - Temperature probes RTD example
3
15
Original file line number Diff line number Diff line change
1
+ /*
2
+ * IMPORTANT NOTE:
3
+ *
4
+ * This example is associated with the deprecated Arduino_MachineControl library.
5
+ * We have introduced a new and improved library called Arduino_PortentaMachineControl, which offers enhanced features
6
+ * and ongoing support.
7
+ * We encourage you to update your projects to use the new library.
8
+ *
9
+ * The functions and syntax in this example are not compatible with Arduino_PortentaMachineControl.
10
+ * Please refer to the migration guide for necessary adjustments.
11
+ */
12
+
1
13
/*
2
14
Machine Control - Thermocouples Read Sensors
3
15
Original file line number Diff line number Diff line change
1
+ /*
2
+ * IMPORTANT NOTE:
3
+ *
4
+ * This example is associated with the deprecated Arduino_MachineControl library.
5
+ * We have introduced a new and improved library called Arduino_PortentaMachineControl, which offers enhanced features
6
+ * and ongoing support.
7
+ * We encourage you to update your projects to use the new library.
8
+ *
9
+ * The functions and syntax in this example are not compatible with Arduino_PortentaMachineControl.
10
+ * Please refer to the migration guide for necessary adjustments.
11
+ */
12
+
1
13
#include < Arduino_MachineControl.h>
2
14
#include < USBHost.h>
3
15
You can’t perform that action at this time.
0 commit comments