Skip to content

Commit 47f430d

Browse files
authored
Merge pull request #30 from bcmi-labs/rework-include-dirs
Split io and multithreading related files into separate subfolders
2 parents 1ce7e72 + c4a5429 commit 47f430d

19 files changed

+8
-8
lines changed

Diff for: src/Arduino_Threads.h

+8-8
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
#include <mbed.h>
2727
#include <SharedPtr.h>
2828

29-
#include "Sink.hpp"
30-
#include "Source.hpp"
31-
#include "Shared.hpp"
32-
33-
#include "BusDevice.h"
34-
#include "spi/SpiBusDevice.h"
35-
#include "wire/WireBusDevice.h"
36-
#include "serial/SerialDispatcher.h"
29+
#include "threading/Sink.hpp"
30+
#include "threading/Source.hpp"
31+
#include "threading/Shared.hpp"
32+
33+
#include "io/BusDevice.h"
34+
#include "io/spi/SpiBusDevice.h"
35+
#include "io/wire/WireBusDevice.h"
36+
#include "io/serial/SerialDispatcher.h"
3737

3838
/**************************************************************************************
3939
* DEFINE

Diff for: src/BusDevice.cpp renamed to src/io/BusDevice.cpp

File renamed without changes.

Diff for: src/BusDevice.h renamed to src/io/BusDevice.h

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: src/Sink.hpp renamed to src/threading/Sink.hpp

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)