Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 593 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 593 Bytes

The translation

Original repository : https://github.com/MelvinCou/The-translation

Getting started

Tools needed:

  • PlateformIO
  • ClangFormat
# Check project (by default: cppcheck)
pio check --skip-packages
# Compile project
pio run
# List actions possible on a connected device
pio run --list-targets

# Format code
./scripts/format.sh

Run the simulator

Follow instructions in Simulateur

Documentation

Two formats :

  • pdf: available in docs folder
  • html: hosted on Github