Forum Rule: Always post complete source code & details to reproduce any issue!
-
MI0283QT-Adapter with teensy++ 2.0 and arduino
Hi,
I'm trying to get the arduino library from here https://github.com/watterott/mSD-Shield/downloads which is for this display https://github.com/watterott/MI0283QT-Adapter
Unfortunately it is primary targeted for the arduino mega...
Currently it fails to compile because it uses a digitalWriteFast library.
While the library is included by the software above it doesn't support the CPUs of the teensy's.
Does anybody have the digitalWriteFast library ported for the teensy's?
Thanks in advance!
Greetings
---
Mike
-
I beleive Paul wrote the digitalWriteFast library into the Teensy xx DigitalWrite command. This is one reason why the Teensy's are faster than the standard Arduino. Just change your DigitalWriteFast into DigitalWrite commands.
Tim
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules