File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
* INCLUDE
3
3
**************************************************************************************/
4
4
5
- #include < ThreadsafeIO .h>
5
+ #include < Arduino_ThreadsafeIO .h>
6
6
7
7
/* *************************************************************************************
8
8
* CONSTANTS
Original file line number Diff line number Diff line change 2
2
* INCLUDE
3
3
**************************************************************************************/
4
4
5
- #include < ThreadsafeIO .h>
5
+ #include < Arduino_ThreadsafeIO .h>
6
6
7
7
/* *************************************************************************************
8
8
* CONSTANTS
Original file line number Diff line number Diff line change 1
1
#######################################
2
- # Syntax Coloring Map for ThreadsafeIO
2
+ # Syntax Coloring Map for Arduino_ThreadsafeIO
3
3
#######################################
4
4
5
5
#######################################
Original file line number Diff line number Diff line change 1
- name =ThreadsafeIO
1
+ name =Arduino_ThreadsafeIO
2
2
version =0.0.1
3
3
author =Alexander Entinger <a.entinger@arduino.cc>
4
4
maintainer =Arduino <info@arduino.cc>
5
5
sentence =Enable threadsafe peripheral access via pipes.
6
6
paragraph =
7
7
category =Communication
8
8
url =
9
- architectures =mbed
10
- include =ThreadsafeIO .h
9
+ architectures =mbed,mbed_portenta,mbed_nano
10
+ include =Arduino_ThreadsafeIO .h
Original file line number Diff line number Diff line change 2
2
* A deeply magical library providing threadsafe IO via pipes.
3
3
*/
4
4
5
- #ifndef THREADSAFE_IO_H_
6
- #define THREADSAFE_IO_H_
5
+ #ifndef ARDUINO_THREADSAFE_IO_H_
6
+ #define ARDUINO_THREADSAFE_IO_H_
7
7
8
8
/**************************************************************************************
9
9
* INCLUDE
12
12
#include "spi/SpiBusDevice.h"
13
13
#include "wire/WireBusDevice.h"
14
14
15
- #endif /* THREADSAFE_IO_H_ */
15
+ #endif /* ARDUINO_THREADSAFE_IO_H_ */
You can’t perform that action at this time.
0 commit comments