mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
7 lines
127 B
C
7 lines
127 B
C
#include "test_common.h"
|
|
|
|
TEST(hal, open) {
|
|
pika_dev* io = pika_hal_open(PIKA_HAL_GPIO, "PA10");
|
|
pika_hal_close(io);
|
|
}
|