12 lines
250 B
C
12 lines
250 B
C
#ifndef _PORT_COMMON_H_
|
|
#define _PORT_COMMON_H_
|
|
|
|
#include "pico/stdlib.h"
|
|
#include "pico/binary_info.h"
|
|
#include "pico/critical_section.h"
|
|
#include "hardware/spi.h"
|
|
#include "hardware/dma.h"
|
|
#include "hardware/clocks.h"
|
|
|
|
#endif /* _PORT_COMMON_H_ */
|