Search found 2 matches

by hiruma
Sun Dec 02, 2018 7:37 am
Forum: General Discussion
Topic: How to use GPIO14 of ESP-WROOM-32 with ESP-IDF
Replies: 2
Views: 7444

Re: How to use GPIO14 of ESP-WROOM-32 with ESP-IDF

Thank you very much, Mr./Ms. WiFive.
I can use GPIO14.
by hiruma
Sun Dec 02, 2018 12:39 am
Forum: General Discussion
Topic: How to use GPIO14 of ESP-WROOM-32 with ESP-IDF
Replies: 2
Views: 7444

How to use GPIO14 of ESP-WROOM-32 with ESP-IDF

It will be first post. I can't use GPIO14 of ESP-WROOM-32 with ESP-IDF. I can use GPIO14 with arduino IDE as shown in the example below. void setup() { pinMode(14, OUTPUT); pinMode(25, OUTPUT); pinMode(26, OUTPUT); pinMode(27, OUTPUT); } void loop() { digitalWrite(14, HIGH); digitalWrite(25, LOW); d...