Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bit Encoded #45

Open
msuttonricardo opened this issue Jun 14, 2017 · 1 comment
Open

Bit Encoded #45

msuttonricardo opened this issue Jun 14, 2017 · 1 comment

Comments

@msuttonricardo
Copy link

How to add Bit encoded PIDs such as 0x83 NOx sensor?

@firepower2k11
Copy link

firepower2k11 commented Jan 21, 2018

It depends what you want to do with it, do you only want to log it or show it on screen?
If logging and using the megaloggerHD only this should be enough:

  • open datalogger.h
  • define your PID, for example "#define PID_NOX 0x83"
  • add it in the const PID_NAME (for example "{PID_NOX, {'N','O','X'}},")

This should be enough to be logged in the .csv.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants