You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
|
|
make
|
|
sudo insmod modq.ko
|
|
echo grove_lcd 0x3e | sudo tee /sys/class/i2c-adapter/i2c-1/new_device
|
|
echo grove_rgb 0x62 | sudo tee /sys/class/i2c-adapter/i2c-1/new_device |