12 lines
287 B
C
12 lines
287 B
C
#include <stdio.h>
|
|
#include "FluxProtocol.h"
|
|
|
|
/*记录spirits3的没分钟输出的体积*/
|
|
float Spirit3_Volume[4] = { 210,420,630,750};
|
|
float Spirit6_Volume[6] = { 210,420,630,840,1050,1200};
|
|
float YULite8_Volume[6] = { 210,420,630,840,1050,1200};
|
|
|
|
struct FluxProtocol fluxProtocol;
|
|
|
|
|