Modified jerk planner to use no_std and custom sqrt and cbrt routines. These routines do not seem to work yet
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
// #![no_std]
|
||||
|
||||
pub mod planner;
|
||||
pub mod executor;
|
||||
pub mod executor;
|
||||
|
||||
pub mod math_ext;
|
||||
|
||||
Reference in New Issue
Block a user