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