index
:
altimeter
master
AVR code for an in-progress pressure altimeter
David Phillips
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
barometer.h
blob: 8bb51f7d2e69c170f222a13a42585598f2f73dbc (
plain
)
1
2
3
4
#pragma once
void
barometer_init
(
void
);
float
barometer_read
(
void
);