Files
picomap/lib/w6300/port_common.h
2026-04-03 21:47:48 +09:00

24 lines
582 B
C

/**
Copyright (c) 2021 WIZnet Co.,Ltd
SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef _PORT_COMMON_H_
#define _PORT_COMMON_H_
/**
----------------------------------------------------------------------------------------------------
Includes
----------------------------------------------------------------------------------------------------
*/
/* Common */
#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_ */