Skip to content

Commit 0769457

Browse files
committed
Replace the inclusion of <Arduino_ThreadsafeIO.h> with <Arduino_Threads.h>
1 parent fe74c64 commit 0769457

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Diff for: examples/Threadsafe_SPI/Threadsafe_SPI.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* INCLUDE
33
**************************************************************************************/
44

5-
#include <Arduino_ThreadsafeIO.h>
5+
#include <Arduino_Threads.h>
66

77
/**************************************************************************************
88
* CONSTANTS

Diff for: examples/Threadsafe_SPI_BusIO/Threadsafe_SPI_BusIO.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* INCLUDE
33
**************************************************************************************/
44

5-
#include <Arduino_ThreadsafeIO.h>
5+
#include <Arduino_Threads.h>
66

77
/**************************************************************************************
88
* CONSTANTS

Diff for: examples/Threadsafe_Serial_GlobalPrefixSuffix/Threadsafe_Serial_GlobalPrefixSuffix.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* INCLUDE
33
**************************************************************************************/
44

5-
#include <Arduino_ThreadsafeIO.h>
5+
#include <Arduino_Threads.h>
66

77
/**************************************************************************************
88
* CONSTANTS

Diff for: examples/Threadsafe_Serial_ProtocolWrapping/Threadsafe_Serial_ProtocolWrapping.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* INCLUDE
33
**************************************************************************************/
44

5-
#include <Arduino_ThreadsafeIO.h>
5+
#include <Arduino_Threads.h>
66

77
/**************************************************************************************
88
* CONSTANTS

Diff for: examples/Threadsafe_Serial_Reader/Threadsafe_Serial_Reader.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* INCLUDE
33
**************************************************************************************/
44

5-
#include <Arduino_ThreadsafeIO.h>
5+
#include <Arduino_Threads.h>
66

77
/**************************************************************************************
88
* CONSTANTS

Diff for: examples/Threadsafe_Serial_Writer/Threadsafe_Serial_Writer.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* INCLUDE
33
**************************************************************************************/
44

5-
#include <Arduino_ThreadsafeIO.h>
5+
#include <Arduino_Threads.h>
66

77
/**************************************************************************************
88
* CONSTANTS

Diff for: examples/Threadsafe_Wire/Threadsafe_Wire.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* INCLUDE
33
**************************************************************************************/
44

5-
#include <Arduino_ThreadsafeIO.h>
5+
#include <Arduino_Threads.h>
66

77
/**************************************************************************************
88
* CONSTANTS

Diff for: examples/Threadsafe_Wire_BusIO/Threadsafe_Wire_BusIO.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* INCLUDE
33
**************************************************************************************/
44

5-
#include <Arduino_ThreadsafeIO.h>
5+
#include <Arduino_Threads.h>
66

77
/**************************************************************************************
88
* CONSTANTS

0 commit comments

Comments
 (0)