Skip to content

Typos in const reference page #6506

Closed
Closed
@per1234

Description

@per1234

https://www.arduino.cc/en/Reference/Const

Change:

This, and the pitfalls of using#define

to:

This, and the pitfalls of using #define

Change:

x = pi * 2; // it's fine to use const's in math

to:

x = pi * 2; // it's fine to use consts in math

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions