|
LAT Hologramm-Software 2.0
|
#include "grbl.h"
Go to the source code of this file.
Macros | |
| #define | MAX_INT_DIGITS 8 |
Functions | |
| uint8_t | read_float (char *line, uint8_t *char_counter, float *float_ptr) |
| void | delay_sec (float seconds, uint8_t mode) |
| void | delay_ms (uint16_t ms) |
| void | delay_us (uint32_t us) |
| float | hypot_f (float x, float y) |
| float | convert_delta_vector_to_unit_vector (float *vector) |
| float | limit_value_by_axis_maximum (float *max_value, float *unit_vec) |
| #define MAX_INT_DIGITS 8 |
Definition at line 25 of file nuts_bolts.c.
| float convert_delta_vector_to_unit_vector | ( | float * | vector | ) |
Definition at line 164 of file nuts_bolts.c.
| void delay_ms | ( | uint16_t | ms | ) |
Definition at line 131 of file nuts_bolts.c.
| void delay_sec | ( | float | seconds, |
| uint8_t | mode | ||
| ) |
Definition at line 112 of file nuts_bolts.c.
| void delay_us | ( | uint32_t | us | ) |
Definition at line 140 of file nuts_bolts.c.
| float hypot_f | ( | float | x, |
| float | y | ||
| ) |
Definition at line 161 of file nuts_bolts.c.
| float limit_value_by_axis_maximum | ( | float * | max_value, |
| float * | unit_vec | ||
| ) |
Definition at line 180 of file nuts_bolts.c.
| uint8_t read_float | ( | char * | line, |
| uint8_t * | char_counter, | ||
| float * | float_ptr | ||
| ) |
Definition at line 35 of file nuts_bolts.c.