Skip to content

Commit 302ab6d

Browse files
committed
pydisplay: Testing packages.
1 parent 735a1b3 commit 302ab6d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

micropython/pydisplay/spibus/spibus.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
from machine import Pin, SPI
77
import struct
8-
import micropython
98
from micropython import const
109

1110
try:
@@ -97,7 +96,6 @@ def __init__(
9796
self._buf1: bytearray = bytearray(1)
9897
print("SPIBus loaded")
9998

100-
@micropython.native
10199
def send(
102100
self,
103101
command: Optional[int] = None,

0 commit comments

Comments
 (0)