Matthew
Matthew
Did you connect both GND connections?
you could try getting hold of a programmer shield and reprogramming the photon from scratch. Do you know what caused the photon to become unresponsive? if it's hardware failure then...
It won't compile as is, since we make use of some C++ headers that aren't (yet) available on Arduino, at least last time I checked. If anyone out there wants...
I'll try adding pthread when I'm working on this library next. I don't think it will have any affect on other platforms, where it's probably (hopefully!) just ignored. I've not...
It is more involved than just changing variables to volatile. If you want to use flash both from the main thread and also from an interrupt handler, then you all...
pros: - access to much more memory than available as RAM, potentially gigabytes. (Although for this to scale without using lots of RAM, the sector size may need to be...
It would be nice to see tests affirming that global symbols such as `Message` and `Promise` are no longer taken by default.
Is this a safe change? is it something we should queue up for the 2.x release in case there are breaking changes? I would like to see the API test...
Just for the record, this is not planned to be released but is being made available for hacking. Currently, mbedtls is provided within the system so that the application can...
Not a lot to go on here, but I'm guessing it's the symlink I added for the firmware docs so they can live in their own folder and be subtree...