Rick Waldron
Rick Waldron
W/r to my notes re: analog/pwm output values—I completely forgot that `0x6E` messages would include that information—sorry for the confusing comment.
- Photon has two 12 bit DACs - Tessel 2 has one 10 bit DAC (I recognize that this is not in scope for Firmata, I include it as relevant...
SYSEX extension: ``` 0 START_SYSEX (0xF0) 1 sysex command (0x00-0x7F) ? Can be assigned any available 2 pin (0-127) 3 lsb 4 msb N END_SYSEX (0xF7) ``` ... which actually...
Johnny-Five uses the `analogPins` array to figure out what pin number value to use when a user program wants to use an analog pin as a digital pin `five.Led("A0")` or...
I'd prefer if this were a just a documentation update, ideally in the form of working examples of initialization alternatives.
~~Ability to write in degrees or µsec (the latter is nice for high resolution writing)~~ It just occurred to me that I think `EXTENDED_ANALOG` provides this
Yes, awesome. I was adding the other video test and remembered you telling me about this one and figured I'd get them both in. Do you want to go ahead...
@jdalton - turns out this isn't quite as straight forward to test for as I initially thought it might be. Time permitting, I'm going to ping you on IRC tomorrow...
@foolip sorry, somehow I missed your mention. This definitely sounds interesting to me and I'd like to "test drive" the idea on some existing spec content to see how the...
> `setTimeout(rollingSpider.land, 5000);` I can't actually find this code anywhere in the project 0_o --------------------------------- The `land()` method of a `RollingSpider` instance is `this` sensitive and cannot be called as...