Add cmake add sensor
Adding a new sensor to PMT can be simplified by using a CMake macro. In this merge request the macro add_sensor is introduced and the original code has been ported to use it. The reason is to reduce code duplication and ease the integration of new sensors
Edited by Mattia Mancini