Skip to content

Missing Support for Arduino Uno R4 WIFI #69

@kjudd42

Description

@kjudd42

When compiling for an Arduino Uno R4 WIFI, Arduino IDE 2.3.4 on Windows 10, #include throws the following error:

WARNING: library TimerOne claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on renesas_uno architecture(s).
C:\Users\kjudd\OneDrive\Documents\Arduino\Multifunc_Sheild_Beeper\Multifunc_Sheild_Beeper.ino: In function 'void setup()':
C:\Users\kjudd\OneDrive\Documents\Arduino\Multifunc_Sheild_Beeper\Multifunc_Sheild_Beeper.ino:8:8: error: 'class TimerOne' has no member named 'initialize'
Timer1.initialize();
^~~~~~~~~~

Works fine on 2 'HERO' boards from inventr.io, can only include its just missing the support for the new architecture in the R4. Tried it with both inventr.io's included v 1.1.1 and the latest v 1.2 from GitHub, same error.

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