Jason Henderson

Results 4 issues of Jason Henderson

`href` node attributes for viz.js are being "overwritten"--kindof. This blocks the ability to support hyperlinks in viz.js diagrams. Taking the example below using the atom plugin: ```dot digraph G {...

When the RMC NMEA sentence has a timestamp that includes milliseconds (ddMMyyHHmmss.SSS) it fails formatting and returns 0 from `parseTime()`. Adding the `.SSS` to the format string fixes it.

I was trying to integrate the [example for tracking motion provided by the arduino folks](https://github.com/arduino-org/arduino-library-nine-axes-motion). It is a nice feature of this little IMU. Only had a couple of hours...