//============================================================================= //Project Lynxmotion Phoenix //Description: Phoenix software //Software version: V2.0 //Date: 29-10-2009 //Programmer: Jeroen Janssen [aka Xan] // Kurt Eckhardt(KurtE) converted to C and Arduino // Kåre Halvorsen aka Zenta - Makes everything work correctly! // // This version of the Phoenix code was ported over to the Arduino Environement // and is specifically configured for the Lynxmotion BotBoarduino // //============================================================================= // //KNOWN BUGS: // - Lots ;) //NOTES: // - Requires the Borboarduino and the SSC-32. // - See Hex_CFG.h to onfigure options and see what pins are used. // - Install all the provided libraires (those specific versions are required) // - Update the SSC-32 firmware to its latest version. You can find it at: // http://www.lynxmotion.com/p-395-ssc-32-servo-controller.aspx //============================================================================= // Header Files //============================================================================= #define DEFINE_HEX_GLOBALS #if ARDUINO>99 #include #else #endif #include #include #include #include #include "Hex_CFG.h" #include #include #include #include