eynarcalle / glcd-arduino

Automatically exported from code.google.com/p/glcd-arduino
0 stars 0 forks source link

Leonardo/Micro/Lillypad-USB Support #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
glcd needs to support Leonardo board type.
This is not difficult and it is easy to detect the difference between
Teensy 1.x and Leonardo.
The key is to look for defines set by the teensy environment first
before looking at the processor type define.
Teensy defines digitalPinToPortReg, digitalPinToBit, and CORE_TEENSY

Original issue reported on code.google.com by bperry...@gmail.com on 5 Oct 2012 at 1:48

GoogleCodeExporter commented 8 years ago
Issue 48 has been merged into this issue.

Original comment by bperry...@gmail.com on 9 Dec 2012 at 7:31

GoogleCodeExporter commented 8 years ago
To resolve this issue also means handling Arduino Inc Micro and Lillypad-USB 
boards as well. See issue #48 for some additional information.

Original comment by bperry...@gmail.com on 9 Dec 2012 at 7:34

GoogleCodeExporter commented 8 years ago
Changed name/Summary of issue.

Original comment by bperry...@gmail.com on 9 Dec 2012 at 7:37