Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

set pin on mcp23017 using raspberry pi shell

# for original rev1 Pi
sudo i2cset -y 0 0x20 0x00 0xff
sudo i2cset -y 0 0x20 0x14 0x01
#           address register value 
# for rev2 Pi or later
sudo i2cset -y 1 0x20 0x00 0xff
sudo i2cset -y 1 0x20 0x14 0x01
#           address register value 
Comment

PREVIOUS NEXT
Code Example
Shell :: virtual box config networkt config ubuntu 
Shell :: branch on carry clear 
Shell :: Install GDAL on AWS EC2 ubuntu instance 
Shell :: linux exit file path 
Shell :: cordova plugin list save 
Shell :: discord on linux 
Shell :: download filezilla for ubuntu 
Shell :: git log format online 
Shell :: echo /etc/hosts permission denied 
Shell :: this error may indicate that the docker daemon is not running 
Shell :: install node arch linux 
Shell :: what com port linux 
Shell :: installing firefox on debian 
Shell :: bash script how to show a file by using less 
Shell :: get last modified date pdf online 
Shell :: open django terminal 
Shell :: gitignore already tracked files 
Shell :: git remove file from watch 
Shell :: what process is using memory linux 
Shell :: react-router-breadcrumbs-hoc@^3.2.3 yarn upgrade 
Shell :: django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be empty 
Shell :: install turtle command 
Shell :: intellij ultimate install ubuntu 
Shell :: npm install Unable to authenticate, need: Bearer authorization_uri 
Shell :: $? in shell script 
Shell :: artisan route list naem 
Shell :: You must install at least one postgresql-client-<version package 
Shell :: cannot delete /var/lib/php/sessions/ 
Shell :: bind failed address already in use mac 
Shell :: react hooks npm install 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =