Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Classify constants and global variables #403

Open
cua-cua opened this issue Apr 14, 2019 · 0 comments
Open

Classify constants and global variables #403

cua-cua opened this issue Apr 14, 2019 · 0 comments
Assignees
Milestone

Comments

@cua-cua
Copy link
Member

cua-cua commented Apr 14, 2019

mmlib

  • Independent from the robot physics and HW configuration
  • It could have dependencies with the type of peripherals
  • The maze related constants are here.

Files

<name_module>.h -> configurable constants defines

  • -> calibrable constants defines
  • constants.h -> fix constants defines

Bulebule/Meiga

  • Dependant of the robot physics and HW

Files

-<name_module>.h -> configurable constants defines

  • config.h -> calibrable constants defines
  • setup.h -> fix constants defines

Types

  • configurable: before run, with hmi
  • calibrable: with commands, with PC communication
  • constants: flashing again the robot
@cua-cua cua-cua self-assigned this Apr 14, 2019
@Peque Peque added this to the Some day milestone Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants