NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Support Forum » LED array code not compiling
February 24, 2013 by kimondo |
Hi, I'm getting an error when compiling the project files for the LED array kit:
I'm using a Raspberry Pi - all the other demo code (e.g. the temp sensor) compiles with no problems at all - other than a minor step which i've detailed here http://kimondo.co.uk/nerdkit-with-the-raspberry-pi any ideas? |
---|---|
February 24, 2013 by Rick_S |
The ISR routine needs changed to the current method of interrupt routines. The SIG_OVERFLOW is being phased out see THIS page for details. Rick. |
Please log in to post a reply.
Did you know that signed numbers need to be sign-extended when chaging variable sizes? Learn more...
|