-
Notifications
You must be signed in to change notification settings - Fork 5
Feature Demos
Alex Au edited this page Sep 13, 2018
·
2 revisions
The following features are not included in the current stage, and will be released with assignment deadlines.
- A LED Blinking Thread
- I2C IMU reader
- Command shell through UART through USB
- CAN bus motor manipulation
- PWM generation
The demo program is written in c++ for utilizing the power of object oriented programming, but be aware of the hardware limitation of the unprivileged F103 MCU which only have 64KB of flash memory and 20KB of SRAM, any dynamic memory allocation and usage of STL Library should be avoided.
Written by Alex Au 2018 for HKUST ENTERPRIZE Robomaster team.