Skip to content

Using just #include "Arduino.h" all times #2341

@avandalen

Description

@avandalen

It would be nice if "Arduino.h" is changed in such a way that just this:

include "Arduino.h"

can be used every time instead of this ugly code:

if ARDUINO >= 100

#include "Arduino.h"

else

#include "WProgram.h"

endif

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: InvalidOff topic for this repository, or a bug report determined to not actually represent a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions