Skip to content

Instantly share code, notes, and snippets.

View exthnet's full-sized avatar

Satoshi OHSHIMA exthnet

View GitHub Profile
@exthnet
exthnet / file0.sh
Created September 10, 2017 13:55
Raspberry Pi Zero (W) をUSBキーボード(USBガジェット)にする ref: http://qiita.com/exthnet/items/98aa9b6d6a606f8f2cf8
echo "dtoverlay=dwc2" | sudo tee -a /boot/config.txt
echo "dwc2" | sudo tee -a /etc/modules
echo "libcomposite" | sudo tee -a /etc/modules