-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
Component: IDE user interfaceThe Arduino IDE's user interfaceThe Arduino IDE's user interfaceType: WontfixArduino has decided that it will not resolve the reported issue or implement the requested featureArduino has decided that it will not resolve the reported issue or implement the requested featurefeature requestA request to make an enhancement (not a bug fix)A request to make an enhancement (not a bug fix)
Description
hello there,
when i add a new sketch with arduino IDE i always have to clean the initial code and replace it with the standard C++ code (int main (void)) because it is really better (also readable for a person who works in dev C++ or Visual C++) than the non-standard arduino form.
i edited the preference of the IDE (with ms-paint😁) to demonstrate my idea.

int main (void)
{
init();//initial function for arduino eg:millis() timer
while(1)
{
}
}Metadata
Metadata
Assignees
Labels
Component: IDE user interfaceThe Arduino IDE's user interfaceThe Arduino IDE's user interfaceType: WontfixArduino has decided that it will not resolve the reported issue or implement the requested featureArduino has decided that it will not resolve the reported issue or implement the requested featurefeature requestA request to make an enhancement (not a bug fix)A request to make an enhancement (not a bug fix)