Skip to content

Commit 0fe43c6

Browse files
committed
working on being able to share the SPI Bus
1 parent 7d99bb8 commit 0fe43c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

micropy_updates/common/mp_spi_common.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#include <stdbool.h>
2+
3+
#include "py/obj.h"
4+
#include "py/runtime.h"
15

26
#ifndef __MP_SPI_COMMON_H__
37
#define __MP_SPI_COMMON_H__

0 commit comments

Comments
 (0)