esp-idf-lib/Gemfile.lock

Sun, 16 Apr 2023 12:27:12 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 16 Apr 2023 12:27:12 +0200
changeset 30
7448b8dd4288
parent 1
1c9894662795
permissions
-rw-r--r--

Preparations for BLE GATT. Added extra time after INA219 is powered on before measurement. Reduced LEDC frequency to 60 Hz, that makes the LED lights less nervous. Hardware mod on output 4, now needs external pulldown resistor.

GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.2)
    diff-lcs (1.4.4)
    io-console (0.5.11)
    irb (1.3.7)
      reline (>= 0.2.7)
    parallel (1.21.0)
    parser (3.0.2.0)
      ast (~> 2.4.1)
    rainbow (3.0.0)
    rake (13.0.6)
    regexp_parser (2.1.1)
    reline (0.2.7)
      io-console (~> 0.5)
    rexml (3.2.5)
    rspec (3.10.0)
      rspec-core (~> 3.10.0)
      rspec-expectations (~> 3.10.0)
      rspec-mocks (~> 3.10.0)
    rspec-core (3.10.1)
      rspec-support (~> 3.10.0)
    rspec-expectations (3.10.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-mocks (3.10.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-support (3.10.3)
    rubocop (1.22.3)
      parallel (~> 1.10)
      parser (>= 3.0.0.0)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml
      rubocop-ast (>= 1.12.0, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 3.0)
    rubocop-ast (1.13.0)
      parser (>= 3.0.1.1)
    ruby-progressbar (1.11.0)
    unicode-display_width (2.1.0)

PLATFORMS
  amd64-freebsd-14
  ruby
  x86_64-linux

DEPENDENCIES
  io-console (>= 0.5.11)
  irb
  rake
  rspec
  rubocop

BUNDLED WITH
   2.2.19

mercurial