/* * PollingSequenceCentroid.h * * Created on: May 1, 2021 * Author: mala */ #ifndef BSP_LINUX_FSFWCONFIG_POLLINGSEQUENCE_POLLINGSEQUENCEARDUINO_H_ #define BSP_LINUX_FSFWCONFIG_POLLINGSEQUENCE_POLLINGSEQUENCEARDUINO_H_ #include #include "../../fsfwconfig/OBSWConfig.h" class FixedTimeslotTaskIF; ReturnValue_t pollingSequenceArduinoFunction(FixedTimeslotTaskIF *thisSequence); #endif /* BSP_LINUX_FSFWCONFIG_POLLINGSEQUENCE_POLLINGSEQUENCEARDUINO_H_ */