Skip to content

Simple example not compiling in Arduino IDE 1.8.5 and workaround #1

Description

@tigers75

It took me some time to figure out why the simple example won't compile as is so I'm reporting here for anyone that has the same problem.
First of all the ISR routine PowerLineEvent must be declared before the creation of the x10 object so I copy-pasted it up before everything else;
also, the X10 object is declared with a non correct form: it's declared as "X10ex x10ex = X10ex(" but it should be: "X10ex x10ex(" - mind the capital X!.
Also I renamed the library folder as x10ex, but don't know if it's mandatory.
Hope this helps someone.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions