-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
We need to decide which formattation of the code we will keep because it is becoming a mess of whitespaces, wrong indentation ecc. Which IDE are you using for processing and which one for arduino?
I am using vscode for arduino and the default formatting and for processing the default IDE but the default formatting is not very good, maybe is better to use all on vscode this way the formatting between arduino and processing will be the same
I also made a todo list
- formatting
- use of
pinModeanddigitalWriteoutside time-critical task. This will improve readability and won't change the efficency - the steps of the mouse wheel when we are in a deep zoom is too big, we should change the steps according to the
reducer - use of the
LED_BUILTINfor readability and easier port to new boards - comment out the debug print statemens
- move the button for the times print in the bottom bar
- move instructiuon in the readMe
- change the reducer with the mouse wheel
- auto adjust the size of the screen based on the pin used, maybe too much work, better to focus on other task 😅
- pass the number of samples directly from processing (this way we won't need to modify the MCU sketches, all the configuration will be in processing)
- in the code comments use english and add more comments for functions and where needed
- new images and update readme
- the first draw is far from the left border
- clean of the code, slipt of functions, use better names for the variables
- add custom board and rework pinassigment
- run on all the boards
What do you think about?
I can work on the communication of the samples number between processing and arduino
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels