6 #include "WaspConstants.h" 11 #include "../Constants/Constants.h" 65 int median(
int n,
int x[]);
void print()
This method reads the X, Y and Z - Values of all 3 Accelerometers and the extensiomter and prints the...
void printAll()
This method reads all the sensors and prints them to the serial Port.
FXLS8471Q::structPitchRoll sensor3
void wakeUp()
This method is used to wake up the Sensors, it initializes them.
Class that handles the communication to the temperature sensor PCT2075.
FXLS8471Q::structPitchRoll sensor3
FXLS8471Q::structPitchRoll sensor1
uint8_t getSensorValues(Sensors::structSensors *allSensors)
This method reads the pitch and Roll Angle- Values of all 3 Accelerometers, all 3 temperatures and th...
void goToSleep()
This method sets all sensors in Standby.
int median(int n, int x[])
This method calculates the median value of the elements in the array.
uint8_t getSensorAcc123(Sensors::structSensorsXYZ *sensors123)
This method gives back the X, Y and Z - Values of all 3 Accelerometers.
Class that handles the communication to the Accelerometer FXLS8471Q.
void getExtension(int &extension)
This method reads the Extension of the potentiometer, it uses the 10Bit- ADC Converter it calculates...
Class that handles sensors.
FXLS8471Q::structPitchRoll sensor2
FXLS8471Q::structPitchRoll sensor2
FXLS8471Q::structPitchRoll sensor1
void init()
This method initializes the sensors.
FXLS8471Q::structXYZ sensor2
FXLS8471Q::structXYZ sensor3
FXLS8471Q::structXYZ sensor1