PanFLUte
Main Page
Modules
Files
File List
board
driver
mpx5100.h
1
#ifndef MPX5100_H
2
#define MPX5100_H
3
4
#include "adc.h"
5
#define MAX_PRESSURE 120.0 // Pressure in KPa
6
7
float
pascal, adc_val;
8
void
getPascal
(
void
);
9
10
#endif // MPX5100_H
getPascal
void getPascal(void)
Definition:
mpx5100.c:9
Generated by
1.8.11