Skip to content

Feature Demos

Alex Au edited this page Sep 11, 2018 · 1 revision
  1. A LED Blinking Thread
  2. I2C IMU reader
  3. Command shell through UART through USB
  4. CAN bus motor manipulation

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.

Clone this wiki locally