Made the following modifications: commented out #include "utility/twi.h" #include "LiquidCrystalFast.h" changed #include [wiring.h] to #include <wiring_private.h> and it compiles. I have yet to test it.
Made the following modifications:
commented out
#include "utility/twi.h"
#include "LiquidCrystalFast.h"
changed
#include [wiring.h]
to
#include <wiring_private.h>
and it compiles. I have yet to test it.