Results 348 comments of Dustin Spicuzza
trafficstars

The test failure doesn't look like something I did.

Happy to add more sensors (GP2Y0A51SK0F and GP2Y0A60SZLF) but I don't have constants for them and the datasheet only has a graph.

This has a similar equation but different numbers: https://github.com/guillaume-rico/SharpIR/blob/master/SharpIR.cpp#L105 * GP2Y0A21YK0F: `29.988 * v ^ -1.173` * GP2Y0A02YK0F: `60.374 * v ^ -1.16` or their older formula is `61.573 *...

Does this actually do what you think it does? I'd like to see a concrete example, I don't think the API actually works this way unless you're implementing your own...

> This is implemented as a global disable. I think it would be more useful as a (set of) prefix disable(s) so it can be selectively applied to just specific...

Java has its own versions of all the singletons I'm thinking about, so it would need its own implementation of this sort of thing. I am not going to implement...