Skip to content

Instantly share code, notes, and snippets.

View rolfarley's full-sized avatar

Richard Farley rolfarley

View GitHub Profile
// Derived from the USBFTDILoopback example sketch which is part of the
// librairies associated with the USB Shield available from Circuits at Home
//
// This interfaces with an FTDI based USB particulate sensor.
// The expected output is comma separated.
// The first value is the time in millseconds, followed by the frequency in Hz, and
// an optional third column (if enabled) is the temperature:
// 5, 622021929,28.5000
// 10, 622021909,28.5000
// 15, 622021929,28.5000
// Derived from the USBFTDILoopback example sketch which is part of the
// librairies associated with the USB Shield available from Circuits at Home
//
// This interfaces with an FTDI based USB particulate sensor.
// The expected output is comma separated.
// The first value is the time in millseconds, followed by the frequency in Hz, and
// an optional third column (if enabled) is the temperature:
// 5, 622021929,28.5000
// 10, 622021909,28.5000
// 15, 622021929,28.5000