cyborg5 / IRLib2

Library for receiving, decoding, and sending infrared signals using Arduino
GNU General Public License v3.0
384 stars 138 forks source link

rawRecv example does not compile in PlatformIO #11

Open mdanetzky opened 7 years ago

mdanetzky commented 7 years ago

The example is missing an include:

#include <IRLibDecodeBase.h>