Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ReferredCoursework2016 by
Auto generated API documentation and code listings for JSatchell_SOFT253ReferredCoursework
GenericSensor | An abstract class for Generic sensors |
GyroSensor | An abstract class for a Gyroscope |
HTS221 | Class representing a HTS221 sensor component |
HUM_TEMP_DrvExtTypeDef | Humidity and temperature driver extended structure definition |
HUM_TEMP_DrvTypeDef | Humidity and temperature driver structure definition |
HUM_TEMP_InitTypeDef | Humidity and temperature init structure definition |
HumiditySensor | An abstract class for Humidity sensors |
IMU_6AXES_DrvExtTypeDef | IMU_6AXES driver extended structure definition |
IMU_6AXES_DrvTypeDef | IMU_6AXES driver structure definition |
IMU_6AXES_InitTypeDef | IMU_6AXES init structure definition |
LIS3MDL | Class representing a LIS3MDL sensor component |
LPS25H | Class representing a LPS25H sensor component |
LSM6DS0 | Class representing a LSM6DS0 sensor component |
LSM6DS3 | Class representing a LSM6DS3 sensor component |
LSM6DS3_DrvExtTypeDef | LSM6DS3 driver extended internal structure definition |
MagneticSensor | An abstract class for a magnetometer |
MAGNETO_DrvExtTypeDef | MAGNETO driver extended structure definition |
MAGNETO_DrvTypeDef | MAGNETO driver structure definition |
MAGNETO_InitTypeDef | MAGNETO init structure definition |
MotionSensor | An abstract class for an Accelerometer |
PRESSURE_DrvExtTypeDef | PRESSURE driver extended structure definition |
PRESSURE_DrvTypeDef | PRESSURE driver structure definition |
PRESSURE_InitTypeDef | PRESSURE init structure definition |
PressureSensor | An abstract class for a Pressure Sensor |
TempSensor | An abstract class for Temperature sensors |
X_NUCLEO_IKS01A1 | Class X_NUCLEO_IKS01A1 is intended to represent the MEMS Inertial & Environmental Nucleo Expansion Board with the same name |
Code
buffer.cpp [code] | |
buffer.h [code] | |
GenericSensor.h [code] | This file contains the abstract class describing in general the interfaces of a generic sensor |
GyroSensor.h [code] | This file contains the abstract class describing in general the interfaces of a gyroscope |
hts221.h [code] | This file contains definitions for the hts221.c firmware driver |
hts221_class.cpp [code] | Implementation file for the HTS221 driver class |
hts221_class.h [code] | Header file for component HTS221 |
hum_temp.h [code] | This header file contains the functions prototypes for the humidity and temperature driver |
HumiditySensor.h [code] | This file contains the abstract class describing in general the interfaces of a humidity sensor |
imu_6axes.h [code] | This header file contains the functions prototypes for the accelerometer and gyroscope driver |
lis3mdl.h [code] | This file contains definitions for the lis3mdl.c firmware driver |
lis3mdl_class.cpp [code] | Implementation file for the LIS3MDL driver class |
lis3mdl_class.h [code] | Header file for component LIS3MDL |
lps25h.h [code] | This file contains definitions for the lps25h.c firmware driver |
lps25h_class.cpp [code] | Implementation file for the LPS25H driver class |
lps25h_class.h [code] | Header file for component LPS25H |
lsm6ds0.h [code] | This file contains definitions for the lsm6ds0.c firmware driver |
lsm6ds0_class.cpp [code] | Implementation file for the LSM6DS0 driver class |
lsm6ds0_class.h [code] | Header file for component LSM6DS0 |
lsm6ds3.h [code] | This file contains definitions for the lsm6ds3.c firmware driver |
lsm6ds3_class.cpp [code] | Implementation file for the LSM6DS3 driver class |
lsm6ds3_class.h [code] | Header file for component LSM6DS3 |
MagneticSensor.h [code] | This file contains the abstract class describing in general the interfaces of a magnetometer |
magneto.h [code] | This header file contains the functions prototypes for the magneto driver |
main.cpp [code] | |
MotionSensor.h [code] | This file contains the abstract class describing in general the interfaces of an accelerometer |
pressure.h [code] | This header file contains the functions prototypes for the pressure driver |
PressureSensor.h [code] | This file contains the abstract class describing in general the interfaces of a pressure sensor |
sensor.cpp [code] | |
sensor.h [code] | |
TempSensor.h [code] | This file contains the abstract class describing in general the interfaces of a temperature sensor |
x_nucleo_iks01a1.cpp [code] | Implementation file for the X_NUCLEO_IKS01A1 singleton class |
x_nucleo_iks01a1.h [code] | Header file for class X_NUCLEO_IKS01A1 representing a X-NUCLEO-IKS01A1 expansion board |
x_nucleo_iks01a1_targets.h [code] | This header file is intended to manage the differences between the different supported base-boards which might mount the X_NUCLEO_IKS01A1 MEMS Inertial & Environmental Nucleo Expansion Board |