Jon Black

Results 48 comments of Jon Black

Sorry for dropping the ball on this. It's been hectic here. I don't have the overview I once had. If someone can make a pull-request out of that branch and...

You're right that allocating dynamic memory in embedded systems is generally not a good idea. As far as I'm aware you're relatively safe as long as you don't free up...

Unless your dynamically changing your state machine (not sure what the use case would be for that) you should be building your state machine in `setup`. After that no memory...

@DeeJee You'll need to post some code. That error can be for multiple reasons (e.g. missing namespace). Try to reproduce the error with as small a program as possible and...

@DeeJee Are you referring to `init`, `check` and `trigger` as the "three functions"?

Thanks for reporting this. It must be a relic from testing. I'll remove it in my next update, which is gonna happen as soon as my motherboard is back from...

It should indeed be the MIT license. This will be fixed in a week or so (waiting for my computer to be fixed).

I'll fix this once pull request #11 is complete. It'll be in the next release.

I totally dropped the ball on this. I need to replace the incorrect headers from each source file with one to match the MIT license.

Indeed it is. They must have discovered it and parsed it automatically. A library.json will still be nice to customize what's on there.