Merge branch 'dev_2' into dev
Conflicts: README.md gcode.c motion_control.c planner.c planner.h protocol.c report.c settings.c settings.h stepper.c stepper.h
This commit is contained in:
parent
b06643a2e0
commit
4f9bcde40e
33 changed files with 3524 additions and 1029 deletions
2
print.h
2
print.h
|
|
@ -31,6 +31,8 @@ void printPgmString(const char *s);
|
|||
|
||||
void printInteger(long n);
|
||||
|
||||
void print_uint32_base10(uint32_t n);
|
||||
|
||||
void print_uint8_base2(uint8_t n);
|
||||
|
||||
void printFloat(float n);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue