-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
Board: Arduino RobotApplies only to the Arduino RobotApplies only to the Arduino Robot
Milestone
Description
arduino/libraries/Robot_Control/
./Squawk.h:10:#include "Arduino.h"
./Multiplexer.h:5:#include "Arduino.h"
./Adafruit_GFX.h:20: #include "Arduino.h"
./Arduino_LCD.h:23: #include "Arduino.h"
./EasyTransfer2.h:33:#include "Arduino.h"
./utility/twi.c:28:#include "Arduino.h" // for digitalWrite
./EEPROM_I2C.h:5:#include "Arduino.h"
./keyboard.cpp:4:#include "Arduino.h"
./Compass.h:5:#include "Arduino.h"
./EEPROM_I2C.cpp:5:#include "Arduino.h"
./ArduinoRobot.h:14:#include "Arduino.h"
Normally libraries include the Arduino.h
file with #include <Arduino.h>
.
Although this does not appear to create a compilation error in the Ardiuno IDE, it does go against the convention followed by other libraries and does create compilation errors (circular dependancies) in other build programs such as inotool.
Metadata
Metadata
Assignees
Labels
Board: Arduino RobotApplies only to the Arduino RobotApplies only to the Arduino Robot