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: adafruit/Adafruit_CircuitPython_PyCamera
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.1
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_PyCamera
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.2
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 28, 2024

  1. use espcamera reset functionality; other minor changes

    - espcamera knows how to toggle the power and reset pins to do a reset. Let it do it.
    - Make docstring be one string
    - use I2C write_then_readinto
    dhalbert committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    ae3dd31 View commit details
    Browse the repository at this point in the history
  2. pylint wants yield from

    dhalbert committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    5ca0969 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Merge pull request #41 from dhalbert/use-builtin-reset

    use espcamera reset functionality; other minor changes
    dhalbert authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e263dad View commit details
    Browse the repository at this point in the history
Loading