note: you may want to install lates nvim through their relases page
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.tar.gz
sudo rm -rf /opt/nvim
sudo tar -C /opt -xzf nvim-linux-x86_64.tar.gz
#include <IRremote.hpp> | |
#define FORWARD 24 | |
#define BACKWARD 82 | |
#define LEFTWARD 8 | |
#define RIGHTWARD 90 | |
#define START 71 | |
#define STOP 69 |