Searched defs:PhysicalSensor (Results 1 – 1 of 1) sorted by relevance
155 struct PhysicalSensor { struct162 struct PhysicalSensor *next; ///< pointer to next sensor in this linked list argument163 uint16_t schedule; ///< Parameter to control sensor sampling rate164 …izeSensor_t *initialize; ///< pointer to function to initialize sensor using the supplied drivers165 readSensor_t *read; ///< pointer to function to read sensor using the supplied drivers