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

Controller_constants.py and controller [COM branch] #6

Open
sudogauss opened this issue Jan 28, 2023 · 1 comment
Open

Controller_constants.py and controller [COM branch] #6

sudogauss opened this issue Jan 28, 2023 · 1 comment

Comments

@sudogauss
Copy link

  • Probably move it to consts with comments separation
  • Unicode symbols and self-implemented controller is very ambitious. It's OK! Just add doc so others can understand it
  • It seems that you have a test script in the same module that your controller's classes declarations and implementations. It will be better to make a sort of launcher that allows you to launch "interactive mode" for Monthlery and test your controllers in this scripts.
    You can create your launcher.py and put something like that inside:
from controller import Event, Controller, ControllerMouse

if __name__ == "__main__"
    """ Create your processes and start them here"""
@EKnight-Blue
Copy link
Collaborator

  1. It is completely independant from the microcontroller process
  2. fair point
  3. I just do not get it

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