¿ªÔÆÌåÓý

Re: Where is PinChangeInt.h ?


Gene Nitschke
 

¿ªÔÆÌåÓý

Ok my mistake.? For some reason the sketch I loaded had those 4 includes but the V1.27.1.ino version on Github did not.

Not sure?what I did but after commenting those out it compiled!


I will?pay more attention to code compares in the future.
Thanks.


From: [email protected] <[email protected]> on behalf of Gene Nitschke <genenitschke@...>
Sent: Thursday, November 16, 2017 10:44 PM
To: [email protected]
Subject: Re: [BITX20] Where is PinChangeInt.h ?
?

Thanks, Karl?

I have PinChangeInterrupt.h loaded.

The compiler is choking on the the #include <PinChangeInt.h>? which is a separate include statement than the #include?PinChangeInterrupt.h


So my question is...is there a problem in the code (a mistype?) of one of the include statements or is there a separate library PinChangeInt.h that I am missing?


The first 4 lines of V1.27.1 are:

#include <PinChangeInt.h>
#include <EEPROM.h>
#include <Wire.h>
#include <PinChangeInt.h>

Which appear redundant as they are also included after the #define statements.

Maybe I should just comment these out and try again?


From: [email protected] <[email protected]> on behalf of Karl Heinz Kremer, K5KHK <khk@...>
Sent: Thursday, November 16, 2017 10:31 PM
To: [email protected]
Subject: Re: [BITX20] Where is PinChangeInt.h ?
?
This is in the README for the new version:

¡±Note 2:?Since v1.27 the library?is required for interrupt handling. Use your IDE to install it before compiling this sketch!¡±

And here is a link to the original announcement with information about how to install this dependency: ?/g/BITX20/message/34209

Join [email protected] to automatically receive all group messages.