Embedded firmware for the McMaster Exoskeleton project.
This repository contains the embedded software for controlling the exoskeleton system, including sensor reading, motor control, and CAN bus communication.
src/
├── sensors/ # Sensor interface and data acquisition
├── motors/ # Motor control and drive management
└── canbus/ # CAN bus communication interface
To build the project:
# Add build commands hereThe main modules can be initialized and used as follows:
- Sensors: Initialize and read sensor data
- Motors: Control motor position, velocity, and torque
- CANBus: Send and receive CAN messages
Please see CONTRIBUTING.md for guidelines on how to contribute to this project.