================================================================= Go Port of Johnny Five
This is a straight port of the Johnny Five project to the Go Programming Language.
I took this on because:
- I like Go.
- I like the Johnny Five Project.
- This totally needs to be a thing.
- Serial Port Detection complete
- Firmata Initialization complete
- Led
completenot complete, based off of old code, need to add some functionality and refactor a little
- Refactor LED functionality to support animate, some callbacks, and generally getting up to the latest commit
- Servo Port
- Error Handling Improvements