Tidy up include paths
This commit is contained in:
parent
707aeba5aa
commit
0c34de23f5
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "../../drivers/ioexpander/ioexpander.hpp"
|
||||
#include "drivers/ioexpander/ioexpander.hpp"
|
||||
|
||||
namespace pimoroni {
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "../../drivers/ioexpander/ioexpander.hpp"
|
||||
#include "drivers/ioexpander/ioexpander.hpp"
|
||||
|
||||
namespace pimoroni {
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "../../drivers/ioexpander/ioexpander.hpp"
|
||||
#include "drivers/ioexpander/ioexpander.hpp"
|
||||
|
||||
namespace pimoroni {
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "../../drivers/msa301/msa301.hpp"
|
||||
#include "drivers/msa301/msa301.hpp"
|
||||
|
||||
namespace pimoroni {
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "../../drivers/ioexpander/ioexpander.hpp"
|
||||
#include "drivers/ioexpander/ioexpander.hpp"
|
||||
|
||||
namespace pimoroni {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../../libraries/breakout_encoder/breakout_encoder.hpp"
|
||||
#include "libraries/breakout_encoder/breakout_encoder.hpp"
|
||||
|
||||
#define MP_OBJ_TO_PTR2(o, t) ((t *)(uintptr_t)(o))
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../../libraries/breakout_ioexpander/breakout_ioexpander.hpp"
|
||||
#include "libraries/breakout_ioexpander/breakout_ioexpander.hpp"
|
||||
|
||||
#define MP_OBJ_TO_PTR2(o, t) ((t *)(uintptr_t)(o))
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../../libraries/breakout_mics6814/breakout_mics6814.hpp"
|
||||
#include "libraries/breakout_mics6814/breakout_mics6814.hpp"
|
||||
|
||||
#define MP_OBJ_TO_PTR2(o, t) ((t *)(uintptr_t)(o))
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../../libraries/breakout_msa301/breakout_msa301.hpp"
|
||||
#include "libraries/breakout_msa301/breakout_msa301.hpp"
|
||||
|
||||
#define MP_OBJ_TO_PTR2(o, t) ((t *)(uintptr_t)(o))
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../../libraries/breakout_potentiometer/breakout_potentiometer.hpp"
|
||||
#include "libraries/breakout_potentiometer/breakout_potentiometer.hpp"
|
||||
|
||||
#define MP_OBJ_TO_PTR2(o, t) ((t *)(uintptr_t)(o))
|
||||
|
||||
|
|
Loading…
Reference in New Issue