Skip to content

Compile fails on Arduino Leonardo #6

@GoogleCodeExporter

Description

@GoogleCodeExporter

Attempt to use DigitalReadFast on an Arduino Leonardo 

Line using digital read fast, which compiles on Uno..
  if (digitalReadFast(HomeSwitch) == HIGH){ 
gives error
'TCCR2A' was not declared in this scope
'COM2A1' was not declared in this scope
and so on.


Using Windows 7, Arduino 1.5


Thinking that this may have something to do with the different port mappings on 
the Arduino Leonardo and not having updates to this library.



Original issue reported on code.google.com by Kontrapt...@gmail.com on 9 Jul 2013 at 3:36

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions