Skip to content

Commit 0b2e881

Browse files
committed
remove machine_i2c, machine_spi
This micropython code is not used in circuitpython
1 parent 516c417 commit 0b2e881

File tree

3 files changed

+0
-346
lines changed

3 files changed

+0
-346
lines changed

extmod/machine_spi.c

Lines changed: 0 additions & 286 deletions
This file was deleted.

extmod/machine_spi.h

Lines changed: 0 additions & 58 deletions
This file was deleted.

ports/unix/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@ PY_EXTMOD_O_BASENAME += \
161161
extmod/machine_pinbase.o \
162162
extmod/machine_signal.o \
163163
extmod/machine_pulse.o \
164-
extmod/machine_i2c.o \
165-
extmod/machine_spi.o
166164

167165
LIB_SRC_C = $(addprefix lib/,\
168166
$(LIB_SRC_C_EXTRA) \

0 commit comments

Comments
 (0)