#ifndef PPMSUM_H #define PPMSUM_H #include class PPMSum { public: int16_t data[4]; void start(); }; #endif