forked from espressif/arduino-esp32
Compare commits
2 Commits
remove-low
...
old_versio
Author | SHA1 | Date | |
---|---|---|---|
7edf81ed1a | |||
19333fd774 |
@ -21,7 +21,7 @@
|
||||
#include "esp8266-compat.h"
|
||||
#include "soc/gpio_reg.h"
|
||||
#include "soc/rmt_struct.h"
|
||||
#include "driver/periph_ctrl.h"
|
||||
#include <esp_private/periph_ctrl.h>
|
||||
#include "esp_intr_alloc.h"
|
||||
#include "hal/rmt_ll.h"
|
||||
#include "driver/rmt.h"
|
||||
|
@ -31,6 +31,7 @@ extern "C" {
|
||||
#include <esp_log.h>
|
||||
#include <utility>
|
||||
#include <fmt/core.h>
|
||||
#include <futurecpp.h>
|
||||
|
||||
#include "esp32-hal-i2c.h"
|
||||
#include "esp32-hal-log.h"
|
||||
|
Reference in New Issue
Block a user