Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Lost on First Try - Arduino and ESP32(A fresh install of 2019-09 and nothing Arduino works)
Lost on First Try - Arduino and ESP32 [message #1816015] Thu, 17 October 2019 05:58
Eclipse UserFriend
I installed eclipse a few hours ago, installed the ESP32 platform successfully (I believe) and fail in the most trivial attempt to setup an Arduino sketch, let alone any real ones.

#include <Arduino.h>

void setup() {
Serial.begin(115200);
delay(1000);
}

void loop() {
}


With this trivial code I am stuck as it says for both delay and Serial:

Quote:
Problem description: Function 'delay' could not be resolved


Anything else I need to install? What? Where? How? Sorry, but I have no clue and had hoped to get away from the Arduino IDE
Previous Topic:Create arduino static library
Next Topic:Eclipse CDT extension for Oracle Pro*C
Goto Forum:
  


Current Time: Sat Jun 21 16:33:04 EDT 2025

Powered by FUDForum. Page generated in 0.03478 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top