We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8469039 commit fe74c64Copy full SHA for fe74c64
src/Arduino_Threads.h
@@ -30,6 +30,11 @@
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"
37
+
38
/**************************************************************************************
39
* DEFINE
40
**************************************************************************************/
src/Arduino_ThreadsafeIO.h
0 commit comments