header dreaming about file summary comment

This commit is contained in:
rusefillc 2021-08-01 21:52:58 -04:00
parent 50b7bf6b67
commit ba2d2a0eac
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
/**
* @file Lps25Sensor.cpp
*/
#include "Lps25Sensor.h"
#include "global.h"

View File

@ -1,3 +1,7 @@
/**
* @file frequency_sensor.cpp
*/
#include "pch.h"
#include "frequency_sensor.h"

View File

@ -1,3 +1,7 @@
/**
* @file functional_sensor.cpp
*/
#include "functional_sensor.h"
void FunctionalSensor::postRawValue(float inputValue, efitick_t timestamp) {