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
OilTemperature.h
- Committer:
- chrta
- Date:
- 2014-05-01
- Revision:
- 6:506b703a8acf
- Parent:
- 5:0b229ba8ede5
File content as of revision 6:506b703a8acf:
#ifndef OILTEMPERATURE_H #define OILTEMPERATURE_H #include "PidValue.h" class OilTemperature : public PidValue { public: OilTemperature(); virtual bool decode(const uint8_t* data, uint16_t length); static const char REQUEST_DATA[8]; static const char SECOND_MESSAGE[8]; }; #endif //OILTEMPERATURE_H