Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 831 Bytes

structure.rst

File metadata and controls

33 lines (23 loc) · 831 Bytes

Structure

The FVF measurement system is split into various pieces and components.

Pieces

The FVF measurement system consists of multiple pieces:

  • Tube
  • Hardware LED controller (Arduino Uno)
  • Client Software

Components

The software consists of multiple components written in multiple programming languages:

  • Arduino firmware (C++)
  • LED driver (Java)
  • Client software (Java)

Folders

The folders and what they contain in this repository:

  • docs/ - contains the source files for this documentation
  • driver/ - contains the source files for the driver
  • firmware/ - contains the sources files for the firmware
  • software/ - contains the sources files for the software
  • manual/ - contains the sources files for the manual