-
Notifications
You must be signed in to change notification settings - Fork 1
New hardware and firmware for board V2 #85
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
base: dev
Are you sure you want to change the base?
Conversation
christopolise
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a big PR, and almost everything is great. There are some bug fixes linked and also a request for some quick comments that will help with documenting later
| } | ||
| } | ||
|
|
||
| // void setup() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason we are including this commented code? Can we delete it or is it documenting something?
| commandBuffer[i + 2] = 1 | ||
| for i in range(10): | ||
| sock.sendto(commandSerializer.pack(*commandBuffer), ("172.0.0.3", 1883)) | ||
| # for index, value in enumerate(commandBuffer[2:].reverse()): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this need to stay as a documenting feature or can it be removed?
| import struct | ||
| import time | ||
|
|
||
| sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we get some quick comments on this file?
| @@ -0,0 +1,366 @@ | |||
| #include <Arduino.h> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we get some comments on this file?
No description provided.