custom-board-bundle-sample-.../firmware/controllers/trigger/trigger_chrysler.h

25 lines
411 B
C

/**
* @file trigger_chrysler.h
*
* @date Mar 24, 2014
* @author Andrey Belomutskiy, (c) 2012-2014
*/
#ifndef TRIGGER_CHRYSLER_H_
#define TRIGGER_CHRYSLER_H_
#ifdef __cplusplus
extern "C"
{
#endif /* __cplusplus */
#include "trigger_structure.h"
void configureNeonTriggerShape(trigger_shape_s *s);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* TRIGGER_CHRYSLER_H_ */