Skip to content

mathiasmellemstuen/Tremolometer

Repository files navigation

Tremolometer

Install (Mac)

Install compiler

$ brew tap ArmMbed/homebrew-formulae
$ brew install arm-none-eabi-gcc

Pull submodules

$ git submodule update --init --recursive

Building microcontroller project

$ mkdir build
$ cd build
$ cmake ..
$ make

Install python packages

$ pip install -r requirements.txt

Running client

$ python3 client/client.py

Generate Documentation

To generate the documentation install Doxygen.

When doxygen is installed run the following command to generate latex and HTML doc:

$ doxygen -u TremoloConf 
$ doxygen TremoloConf

The documentation will be generated in the folder /doc

About

Bacheloroppgave

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •