vibration patterns using C++ and Raspberry Pi 4
curl https://s3.amazonaws.com/apt.matrix.one/doc/apt-key.gpg | sudo apt-key add -
echo "deb https://apt.matrix.one/raspbian $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/matrixlabs.list
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install matrixio-creator-init libmatrixio-creator-hal libmatrixio-creator-hal-dev
sudo reboot
cd ~/
git clone https://github.com/AmraneNecira/-vibration-strategy.git
cd ~/vibration-strategy
g++ -o vibration-strategy main.cpp -std=c++11 -lmatrix_creator_hal
cd ~/vibration-strategy
./vibration-strategy