-
Notifications
You must be signed in to change notification settings - Fork 21
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
Week 4 Done? #29
Week 4 Done? #29
Conversation
…dn't get either to work on my rig)
…ted via change detection
…se the morse characters. The problem is that the time of blinks estimated in openFrameworks is too variable to make error-free judgements.
…: parameter tweaking, rounding times to the nearest 0.25 seconds, comments
Ha! You're a rockstar. |
Hey, by the way, when possible I'd suggest avoiding http://arduino.cc/en/Reference/Float That said, I would not change your code. It's great for this assignment. By the way, if floating point math is important and you must use an Arduino, you can get math co-processors (aka FPUs) :) But suddenly a Raspberry Pi starts looking really good ... |
Ah, duly noted. Along those lines, it had not crossed my mind to check what delay(ms) takes as an argument - an unsigned long int - which makes sense now. |
MorseDecoder is hacky, but the thought of working on it more...