Girs.ino 281 B

123456789101112
  1. // Dummy file to placify the silly Arduino IDE.
  2. // The real program resides in Girs.cpp.
  3. // Rationale: see http://www.gammon.com.au/forum/?id=12625
  4. #include "config.h"
  5. #include <InfraredTypes.h>
  6. #ifdef LCD
  7. #include <LiquidCrystal_I2C.h>
  8. #include <Wire.h>
  9. #include <SPI.h>
  10. #endif