We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd426c3 commit aba2f2eCopy full SHA for aba2f2e
cores/esp32/esp32-hal-periman.h
@@ -4,6 +4,8 @@
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
+#pragma once
8
+
9
#ifdef __cplusplus
10
extern "C"
11
{
cores/esp32/esp32-hal.h
@@ -86,6 +86,7 @@ void yield(void);
86
#include "esp32-hal-psram.h"
87
#include "esp32-hal-rgb-led.h"
88
#include "esp32-hal-cpu.h"
89
+#include "esp32-hal-periman.h"
90
91
void analogWrite(uint8_t pin, int value);
92
void analogWriteFrequency(uint8_t pin, uint32_t freq);
0 commit comments