repo.or.cz
/
inav.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Blackbox device type 'file' (SITL) considered working when file handler is available
[inav.git]
/
src
/
main
/
drivers
/
temperature
/
temperature.h
blob
f10001a687cb419d67a25dce5bb23e95b27d3faa
1
#pragma once
2
3
#include
"drivers/sensor.h"
4
5
typedef
struct
temperatureDev_s
{
6
busDevice_t
*
busDev
;
7
sensorTempReadFuncPtr read
;
8
}
temperatureDev_t
;