esp-idf-lib/Gemfile

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.

# frozen_string_literal: true

source "https://rubygems.org"

gem "irb"
gem "rake"
gem "rspec"
gem "rubocop"
gem "io-console", ">= 0.5.11"

mercurial