X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fhw%2Fthermo_map.h;fp=bertos%2Fhw%2Fthermo_map.h;h=7dbe27bc5ae381c9e4983fd800c77961643f8ad7;hb=531c246a4b706403ad3a3d8327d5dc0d82b38071;hp=248cc436fa3db9ba9374975d34ea842e859c32c5;hpb=5e73dc4833ec0d8d10a03083fca31be9dcb55901;p=bertos.git diff --git a/bertos/hw/thermo_map.h b/bertos/hw/thermo_map.h index 248cc436..7dbe27bc 100644 --- a/bertos/hw/thermo_map.h +++ b/bertos/hw/thermo_map.h @@ -41,12 +41,14 @@ #include #include + +#warning TODO:This is an example implentation, you must implement it! + typedef enum ThermoDev { - THERMO_MIXER1 = 0, - THERMO_MIXER2, - THERMO_MIXER3, - THERMO_MIXER4, + THERMO_TEST, + + /* Put here your thermo device */ THERMO_CNT } ThermoDev;