![]() |
MatrixMiniR4 1.1.5
Matrix Mini R4 Arduino Library API Documentation
|
Handling the Lower MCU (STM32) communication. More...
#include <Arduino.h>
#include <SoftwareSerial.h>
Go to the source code of this file.
Classes | |
class | MMLower |
Handling the Lower MCU (STM32) communication. More... | |
struct | MMLower::Motors_Param_t |
struct | MMLower::AllInfo_t |
Macros | |
#define | MR4_DEBUG_ENABLE false |
#define | MR4_DEBUG_SERIAL Serial |
#define | MR4_DEBUG_HEADER() |
#define | MR4_DEBUG_TAIL() |
#define | MR4_DEBUG_PRINT_HEADER(...) |
#define | MR4_DEBUG_PRINT_TAIL(...) |
#define | MR4_DEBUG_PRINT(...) |
#define | MR4_DEBUG_PRINTLN(...) |
#define | MatrixR4_COMM_LEAD 0x7B |
#define | MatrixR4_SERVO_NUM 4 |
#define | MatrixR4_DC_MOTOR_NUM 4 |
#define | MatrixR4_ENCODER_NUM 4 |
#define | MatrixR4_BUTTON_NUM 2 |
#define | DIR_REVERSE (MatrixMiniR4::DIR::REVERSE) |
#define | DIR_FORWARD (MatrixMiniR4::DIR::FORWARD) |
Variables | |
MMLower | mmL |
Handling the Lower MCU (STM32) communication.
Definition in file MMLower.h.
|
extern |