Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Adafruit_GFX MODSERIAL mbed-rtos mbed
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
Generated on Tue Jul 12 2022 21:25:01 by
1.7.2