mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
10 lines
202 B
C
10 lines
202 B
C
|
#ifndef __ESP32__IRQ__TASK__H
|
||
|
#define __ESP32__IRQ__TASK__H
|
||
|
|
||
|
#include "../PikaStdDevice/pika_hal.h"
|
||
|
#include "driver/gpio.h"
|
||
|
|
||
|
int _ESP32_irq_start(void);
|
||
|
void _ESP32_gpio_isr_handler(void *arg);
|
||
|
|
||
|
#endif
|