Michael Truell
Michael Truell
That worked! Thanks.
A tutorial for microcontroller firmware CI is given [here](http://www.evenchick.com/post/embedded-ci/).
@FlyingGraysons
@joshuagruenstein Can we not use char arrays to serialize and unserialize objects?
@elfring Doesn't that mean that the library would have to be globally installed for it to build and run properly? Or would the `include` folder have to be marked as...
@FlyingGraysons @joshuagruenstein and I are a little unsure of what you are saying. Could you please clarify, @elfring?
I believe that: - If double quotes are used, only the local and include directories are searched - If brackets are used, the system and include directories are search are...
@elfring Can you think of any use cases?