custom-board-bundle-sample-.../firmware/hw_layer/hardware.h

22 lines
309 B
C

/*
* hardware.h
*
* @date May 27, 2013
* @author Andrey Belomutskiy, (c) 2012-2014
*/
#ifndef HARDWARE_H_
#define HARDWARE_H_
#ifdef __cplusplus
extern "C"
{
#endif /* __cplusplus */
void initHardware(void);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* HARDWARE_H_ */