/** * Wrapper for all heartbeats-simple headers. * * @author Connor Imes */ #ifndef _HEARTBEATS_SIMPLE_H_ #define _HEARTBEATS_SIMPLE_H_ #ifdef __cplusplus extern "C" { #endif #include "heartbeat.h" #include "heartbeat-acc.h" #include "heartbeat-pow.h" #include "heartbeat-acc-pow.h" #ifdef __cplusplus } #endif #endif