aboutsummaryrefslogtreecommitdiff
path: root/control/sensors.h
blob: b64f9a9d41340271b52fcc172aafc0695923615f (plain)
1
2
3
4
5
6
7
8
#ifndef _SENSORS_H_
#define _SENSORS_H_

void init_temperature();
void init_battery();

#endif