コード例 #1
0
void full_brake(const ComType com, const FullBrake *data) {
	stepper_full_brake();

	com_return_setter(com, data);
}
コード例 #2
0
ファイル: communication.c プロジェクト: Nic2012/stepper-brick
void full_brake(uint8_t com, const FullBrake *data) {
	stepper_full_brake();
}