Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GlasgowEmbedded/glasgow
base: 580ccbc91f41
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
compare: 89c5c0510f5d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 6, 2019

  1. applet.interface.i2c_master: replace "scan-read" and "scan-write" com…

    …mands with "scan"
    
    "-r", "-w" and "-rw" allow to select which type of addresses to scan.
    "-rw" is the default.
    
    Some devices only ACK one of the addresses, so scanning both gives
    a better overview of the bus.
    electroniceel authored and whitequark committed Oct 6, 2019
    Copy the full SHA
    41f29ae View commit details
    Browse the repository at this point in the history
  2. applet.interface.i2c_master: move scan command from interact to I2CMa…

    …sterInterface
    
    Allows to use it from other applets or the repl interface
    electroniceel authored and whitequark committed Oct 6, 2019
    Copy the full SHA
    89c5c05 View commit details
    Browse the repository at this point in the history