Search on site:  
 
 
Code Devices
Case Command
Update code from remote. git pull --rebase
Save changes + upload remote. git add -A;
git commit -m "details";
git push origin master;
Force local to match remote. git fetch origin;
git reset --hard origin/master;
Discard local changes + update cleanly. git reset --hard;
git pull --rebase;
Go back to old version. git log;
git reset --hard 0ad5a7a6;
Check current state. git status;
Restore one file from remote. git fetch origin;
git restore --source=origin/master file;
Unit Comments / Info

DEMOBOX
RASPBERRY-PI-02.cern.ch
Layout | config.json | CernBox
• 1x I2C display
• 1x I2C MCP3424 ADC:1 | 4/4 in
• 1x I2C MCP4728 DAC:1 | 1/4 out
• 1x Button | pin:17
SINE | SQUARE GEN
READ_ADCS curve display
SINGLE_COMMANDS
tocome
ID-DALLAS
PI READER
RASPBERRY-PI-0x.cern.ch
Layout | config.json | CernBox
• 1x I2C display
• 1x ID Reader (internal)
• 5x Button | pin:17

DEMO-ENV-KIT
RASPBERRY-PI-06.cern.ch
Layout | config.json | CernBox
• 1x I2C AHT10/20/30 ENV:1
• 1x I2C SHT30/40/41 ENV:2
READ TC+HUM. curve display

DEMO-PWR-KIT
RASPBERRY-PI-06.cern.ch
Layout | config.json | CernBox
• 1x I2C INA219 PWR:1
• 1x I2C INA226 PWR:2
READ_PWR (I,V,P) curve display