Christian Taedcke / Mbed 2 deprecated ObdDisplay

Dependencies:   Adafruit_GFX MODSERIAL mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers EngineCoolantTemperature.h Source File

EngineCoolantTemperature.h

00001 #ifndef ENGINECOOLANTTEMPERATURE_H
00002 #define ENGINECOOLANTTEMPERATURE_H
00003 
00004 #include "PidValue.h"
00005 
00006 class EngineCoolantTemp : public PidValue
00007 {
00008 public:
00009     EngineCoolantTemp();
00010     virtual bool decode(const uint8_t* data, uint16_t length);
00011     
00012     static const char REQUEST_DATA[8];
00013 };
00014 
00015 
00016 #endif //ENGINECOOLANTTEMPERATURE_H