wingfieldworks
Results
1
comments of
wingfieldworks
``` from machine import Pin, SPI, freq import gc from drivers.sharp.sharp import SHARP as SSD freq(250_000_000) # RP2 overclock # Create and export an SSD instance pcs = Pin(2, Pin.OUT,...