esp-idf-lib/Gemfile

Fri, 07 Apr 2023 14:31:17 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 07 Apr 2023 14:31:17 +0200
changeset 21
df8564c9701e
parent 1
1c9894662795
permissions
-rw-r--r--

The esp-idf-lib apds9930 component is now working. In nvsio stop logging not updated values. Store gain and aglbit values in nvs.

# frozen_string_literal: true

source "https://rubygems.org"

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

mercurial