Skip to content

Instantly share code, notes, and snippets.

@ryandoherty
Created January 14, 2017 18:59
Show Gist options
  • Save ryandoherty/f0165cf7d0659647aba7fe29d3f49c84 to your computer and use it in GitHub Desktop.
Save ryandoherty/f0165cf7d0659647aba7fe29d3f49c84 to your computer and use it in GitHub Desktop.
rcp telemetry payload example
{
s: {
t: sensorData.tick,
d: [
sensorData.MAP,
sensorData.RPM,
sensorData.AccelX,
sensorData.AccelY,
sensorData.AccelZ,
sensorData.Yaw,
sensorData.Latitude,
sensorData.Longitude,
sensorData.Speed,
sensorData.Time,
sensorData.Chan17,
sensorData.Chan20,
sensorData["Virtual1.0"],
BITMASK
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment