From: Federica Di Lauro <32036043+fdila@users.noreply.github.com> Date: Wed, 13 Oct 2021 08:28:55 +0000 (+0200) Subject: Jack release (#50) X-Git-Url: http://git.leonardobizzoni.com/?a=commitdiff_plain;h=ddc30553a0659135f4f1e0b40dc6a154c07aeda7;p=pioneer-stm32 Jack release (#50) * synchronous communication, remove protobuf * accumulate ticks to send * receive config parameters at startup, close #13 * file cleanup * README.md * fix ticks type --- diff --git a/README.md b/README.md index 54afe64..e0e5c12 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The CRC standard used is CRC-32/MPEG-2, tested with python package [crccheck](ht ## Coding style +## Coding style Follow [Google C++ guideline](https://google.github.io/styleguide/cppguide.html) while working on the project Eclipse's formatting configuration file can be found [here](https://github.com/google/styleguide/blob/gh-pages/eclipse-cpp-google-style.xml) -