Move where the checksums are defined for public access
[clinton/Smoothieware.git] / src / modules / tools / temperaturecontrol / TemperatureControlPublicAccess.h
1 #ifndef __TEMPERATURECONTROLPUBLICACCESS_H
2 #define __TEMPERATURECONTROLPUBLICACCESS_H
3
4 // addresses used for public data access
5 #define temperature_control_checksum CHECKSUM("temperature_control")
6 #define hotend_checksum CHECKSUM("hotend")
7 #define bed_checksum CHECKSUM("bed")
8 #define current_temperature_checksum CHECKSUM("current_temperature")
9 #define target_temperature_checksum CHECKSUM("target_temperature")
10 #define temperature_pwm_checksum CHECKSUM("temperature_pwm")
11
12 #endif