[Grbl_Esp32 PR#521] Split motor files into separate files and introduced namespace Motors

未分类 bolang 4个月前 (10-14) 41次浏览

Issue #521 | 状态: 已关闭 | 作者: atlaste | 创建时间: 2020-08-08


NOTE Dependent on PR #518 .

As per the coding style md:

– Split motor files into header/cpp files. Basically each motor has a header and cpp file
– Fixed includes where appropriate (no reordering, this is just a consequence of the splitting)
– Moved API to motors.cpp/motors.h
– Introduced namespace Motors to hide everything
– No code has been changed, just moved stuff around.

Tested compilation with build-all.sh and Arduino IDE.

原始Issue: https://github.com/bdring/Grbl_Esp32/pull/521

喜欢 (0)