mirror of
https://github.com/gusmanb/logicanalyzer.git
synced 2025-02-05 10:08:06 +00:00
d2b404f25b
Added info about the Pimoroni Plus 2 (WIP)
12 lines
239 B
C
12 lines
239 B
C
#include "pico/stdlib.h"
|
|
|
|
#ifndef MICROPY_INCLUDED_RP2_MACHINE_PSRAM_H
|
|
#define MICROPY_INCLUDED_RP2_MACHINE_PSRAM_H
|
|
|
|
#define PSRAM_LOCATION _u(0x11000000)
|
|
|
|
extern void psram_set_qmi_timing();
|
|
extern size_t psram_init(uint cs_pin);
|
|
|
|
#endif
|