I have digitalWriteFast library install to IDE at my desktop but when im trying to work my project at my laptop, digitalWriteFast doesn't work.
i tryed to install the library to my laptop(copy from my desktop library to laptop library) but it does not work.
It seems to be in libraries but line that project starts : #include <digitalWriteFast.h>
in my desktop digitalFat was ok
I make format to my desktop and digitalfast has problem too.
maybe i have to install something to my desktop windows.
Have any ideas?
thanks
Hi septillion
thanks for replay
In fact i can not remebers which IDE iwas using.
Any way now i am trying with 1.0.6 and 1.6.6 also
I manage my IDE to see digitalWriteFast nad now appears with red text.
the code i post its a code that i was using before format my pc,to read an Incremental Rotary Encoder
and now errors come up
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Arduino: 1.0.6 (Windows 7), Board: "Arduino Duemilanove w/ ATmega328"
In file included from incremental_rotary_encoder.ino:1:
C:\Users\alextech\Documents\Arduino\libraries\digitalWriteFast/digitalWriteFast.h:1:23: error: WProgram.h: No such file or directory
incremental_rotary_encoder.ino: In function 'void encoderPinChange_A()':
incremental_rotary_encoder:36: error: 'digitalReadFast2' was not declared in this scope
incremental_rotary_encoder.ino: In function 'void encoderPinChange_B()':
incremental_rotary_encoder:43: error: 'digitalReadFast2' was not declared in this scope