Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 87
and
Version 88
of
gsc
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
09/08/2021 07:46:48 PM (
3 years
ago)
Author:
Tim Harvey
Comment:
added register save/load examples
Legend:
Unmodified
Added
Removed
Modified
gsc
v87
v88
1116
1116
- R30[0:7]: reserved
1117
1117
1118
Examples:
1119
{{{#!bash
1120
i2cset -f -y 0 0x20 31 0xA1 # save current registers to user backup
1121
i2cset -f -y 0 0x20 31 0xA2 # restore user backup registers
1122
i2cset -f -y 0 0x20 31 0xA3 # restore factory defaults
1123
}}}
1118
1124
1119
1125