Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 530 Bytes

software.rst

File metadata and controls

27 lines (22 loc) · 530 Bytes

OpenRTK Software Support

This section reviews more detail on how OpenIMU platform code modules are structured and work together:

  • Software Dataflow Diagram
  • RTOS
  • Sampling and Filtering
  • UART Messaging
  • SPI Messaging
  • Settings
  • Tutorial App
.. toctree::
    :maxdepth: 1
    :hidden:

    software/dataflow
    software/RTOS
    software/sampling
    software/UARTmessaging
    software/SPImessaging
    software/settings
    software/tutorial