I couldn't figure out how to get the relative linking to work properly for the Menu libary,
so the following changes will need to be made in the code files:
in Menu.h:
change the path in line 19:
#include "C:\Projects\Biped\Controllers\arduino-0022\libraries\Servo\Servo.h"
to whever your Arduino installation is
#include "<your Arduino installation directory>\libraries\Servo\Servo.h"
in Menu.cpp:
change the path in line 18:
#include "C:\Projects\Biped\Controllers\arduino-0022\libraries\uOLED\uOLED.h"
to whever your Arduino installation is
#include "<your Arduino installation directory>\libraries\uOLED\uOLED.h"
change the path in line 19:
#include "C:\Projects\Biped\Controllers\arduino-0022\libraries\Servo\Servo.h"
to whever your Arduino installation is
#include "<your Arduino installation directory>\libraries\Servo\Servo.h"