#pragma once #include class CANReceiver { public: static void Init(); static bool Read(uint16_t& ppm); };